Skip to content

Commit e0f86a4

Browse files
authored
fix comment
1 parent 0c18106 commit e0f86a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rapidfuzz/fuzz_py.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def ratio(
117117

118118
def _partial_ratio_impl(s1, s2, score_cutoff):
119119
"""
120-
implementation of partial_ratio. This assumes len(s1) <= len(s2) is already the shorter string
120+
implementation of partial_ratio. This assumes len(s1) <= len(s2).
121121
"""
122122
s1_char_set = set(s1)
123123
len1 = len(s1)

0 commit comments

Comments
 (0)