Skip to content

Commit

Permalink
Fix typo in mathsHelper.py (#644)
Browse files Browse the repository at this point in the history
doesnt -> doesn't
  • Loading branch information
eltociear authored May 23, 2021
1 parent de1e932 commit d6258cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ciphey/mathsHelper.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def sort_prob_table(self, prob_table: dict) -> dict:
)
if maxLocal > max_overall:
logger.trace(f"New max local found {maxLocal}")
# because the dict doesnt reset
# because the dict doesn't reset
max_dict_pair = {}
max_overall = maxLocal
# so eventually, we get the maximum dict pairing?
Expand Down

0 comments on commit d6258cd

Please sign in to comment.