We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc54474 commit 8740c26Copy full SHA for 8740c26
examples/async/completion.py
@@ -60,7 +60,7 @@ class Person(AsyncDocument):
60
def clean(self):
61
"""
62
Automatically construct the suggestion input and weight by taking all
63
- possible permutation of Person's name as ``input`` and taking their
+ possible permutations of Person's name as ``input`` and taking their
64
popularity as ``weight``.
65
66
self.suggest = {
examples/completion.py
@@ -59,7 +59,7 @@ class Person(Document):
59
0 commit comments