TYPO IN COMMENTS: suggestsion

suggestsion => suggestions
This commit is contained in:
Tristano Ajmone 2015-03-05 01:53:14 +01:00 committed by Griatch
parent 99ab2c5d72
commit 45e9c85f3e

View file

@ -1006,7 +1006,7 @@ def string_similarity(string1, string2):
def string_suggestions(string, vocabulary, cutoff=0.6, maxnum=3):
"""
Given a string and a vocabulary, return a match or a list of suggestsion
Given a string and a vocabulary, return a match or a list of suggestions
based on string similarity.
Args: