File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ class Person(AsyncDocument):
60
60
def clean (self ):
61
61
"""
62
62
Automatically construct the suggestion input and weight by taking all
63
- possible permutation of Person's name as ``input`` and taking their
63
+ possible permutations of Person's name as ``input`` and taking their
64
64
popularity as ``weight``.
65
65
"""
66
66
self .suggest = {
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ class Person(Document):
59
59
def clean (self ):
60
60
"""
61
61
Automatically construct the suggestion input and weight by taking all
62
- possible permutation of Person's name as ``input`` and taking their
62
+ possible permutations of Person's name as ``input`` and taking their
63
63
popularity as ``weight``.
64
64
"""
65
65
self .suggest = {
You can’t perform that action at this time.
0 commit comments