Skip to content

Commit

Permalink
Mention that difflib and levenshtein results may differ
Browse files Browse the repository at this point in the history
Closes #128
  • Loading branch information
josegonzalez committed Sep 14, 2016
1 parent 8f41ab3 commit 6353e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -12,7 +12,7 @@ Requirements
- Python 2.4 or higher
- difflib
- `python-Levenshtein <https://github.com/ztane/python-Levenshtein/>`_ (optional, provides a 4-10x speedup in String
Matching)
Matching, though may result in [differing results for certain cases](https://github.com/seatgeek/fuzzywuzzy/issues/128))

Installation
============
Expand Down

0 comments on commit 6353e25

Please sign in to comment.