There was an error while loading. Please reload this page.
1 parent c44960d commit 8c24b55Copy full SHA for 8c24b55
examples/completion.py
@@ -59,7 +59,7 @@ class Person(Document):
59
def clean(self):
60
"""
61
Automatically construct the suggestion input and weight by taking all
62
- possible permutation of Person's name as ``input`` and taking their
+ possible permutations of Person's name as ``input`` and taking their
63
popularity as ``weight``.
64
65
self.suggest = {
0 commit comments