We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c18106 commit e0f86a4Copy full SHA for e0f86a4
src/rapidfuzz/fuzz_py.py
@@ -117,7 +117,7 @@ def ratio(
117
118
def _partial_ratio_impl(s1, s2, score_cutoff):
119
"""
120
- implementation of partial_ratio. This assumes len(s1) <= len(s2) is already the shorter string
+ implementation of partial_ratio. This assumes len(s1) <= len(s2).
121
122
s1_char_set = set(s1)
123
len1 = len(s1)
0 commit comments