Skip to content

Commit 2f01135

Browse files
Fix grammar in comment
1 parent 54ea79d commit 2f01135

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_stephen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def check_000(s):
6868
]
6969

7070

71-
# The following is needed to that we can sort lists with a custom order.
71+
# The following is needed so that we can sort lists with a custom order.
7272
# Why does Python not support a comparator directly? Who knows.
7373
# Why does it not automatically convert a boolean comparator to a key function? WHO KNOWS!
7474
def lexicographic_compare_comparator(x, y) -> int:

0 commit comments

Comments
 (0)