mirror of
https://github.com/evennia/evennia.git
synced 2026-03-17 05:16:31 +01:00
TYPO IN COMMENTS: suggestsion
suggestsion => suggestions
This commit is contained in:
parent
99ab2c5d72
commit
45e9c85f3e
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue