Skip to content

Commit

Permalink
Update evaluator.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ikostan committed Dec 24, 2024
1 parent a6c59da commit 82c1c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kyu_8/greek_sort/evaluator.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

def evaluator(result: int, expected: str) -> bool:
"""
Comparator for a list of phonetic words.
Compare two arguments.
:param result: int
:param expected: str
Expand Down

0 comments on commit 82c1c83

Please sign in to comment.