Skip to content

Commit d6258cd

Browse files
authored
Fix typo in mathsHelper.py (#644)
doesnt -> doesn't
1 parent de1e932 commit d6258cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ciphey/mathsHelper.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def sort_prob_table(self, prob_table: dict) -> dict:
127127
)
128128
if maxLocal > max_overall:
129129
logger.trace(f"New max local found {maxLocal}")
130-
# because the dict doesnt reset
130+
# because the dict doesn't reset
131131
max_dict_pair = {}
132132
max_overall = maxLocal
133133
# so eventually, we get the maximum dict pairing?

0 commit comments

Comments
 (0)