rapidfuzz / RapidFuzz

Rapid fuzzy string matching in Python using various string metrics
https://rapidfuzz.github.io/RapidFuzz/
MIT License
2.61k stars 116 forks source link

Documentation error for rapidfuzz.fuzz.process.ratio #393

Closed ai-robert closed 1 month ago

ai-robert commented 1 month ago

The documentation for rapidfuzz.fuzz.process.ratio here and here contradict what the code actually does here

Solution: s/Indel distance/Indel similarity/g

maxbachmann commented 1 month ago

Thanks for reporting. I updated the documentation