Skip to content

Commit

Permalink
fix documentation for fuzz.ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbachmann authored Jul 22, 2024
1 parent e42836a commit 2c3a250
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rapidfuzz/fuzz_py.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def ratio(
score_cutoff=None,
):
"""
Calculates the normalized Indel distance.
Calculates the normalized Indel similarity.
Parameters
----------
Expand All @@ -93,7 +93,7 @@ def ratio(
See Also
--------
rapidfuzz.distance.Indel.normalized_distance : Normalized Indel distance
rapidfuzz.distance.Indel.normalized_similarity : Normalized Indel similarity
Notes
-----
Expand Down

0 comments on commit 2c3a250

Please sign in to comment.