Source: fuzzywuzzy Severity: minor Dear Maintainer,
package descriptions for both Python 2 and Python 3 versions have the words "Token sort" twice, but it seems to me that the second one should be "Token set": [...] - Token sort: This approach involves tokenizing the string in question, sorting the tokens alphabetically, and then joining them back into a string. - Token sort: A slightly more flexible approach. Tokenize both strings, but instead of immediately sorting and comparing, split the tokens into two groups: intersection and remainder. [...] thanks, Daniele