Skip to content

Commit

Permalink
Fix spelling mistake
Browse files Browse the repository at this point in the history
Change-Id: I40024a5b360f5070c08fca77375b8ef3a4716bb8
  • Loading branch information
xqt committed Aug 22, 2024
1 parent 136587e commit 22b025b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pywikibot/diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ def get_close_matches_ratio(word: Sequence,
ignorecase: bool = False) -> list[float, Sequence]:
"""Return a list of the best “good enough” matches and its ratio.
This method is Similar to Python's :pylib:`difflib.get_close_matches()
This method is similar to Python's :pylib:`difflib.get_close_matches()
<difflib#difflib.get_close_matches>` but also gives ratio back and
has a *ignorecase* parameter to compare case-insensitive.
Expand Down

0 comments on commit 22b025b

Please sign in to comment.