Bug fixes:
- The functions
best_hamming()
andbest_levenshtein()
erroneously matched on prefixes, this was fixed. - No match and a match of an empty word returned the same value (
''
), now no match returnsNone
.
Bug fixes:
best_hamming()
and best_levenshtein()
erroneously matched on prefixes, this was fixed.''
), now no match returns None
.