Skip to content

Commit 8c24b55

Browse files
EtK2000miguelgrinberg
authored andcommitted
Spelling and grammar
1 parent c44960d commit 8c24b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/completion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class Person(Document):
5959
def clean(self):
6060
"""
6161
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
6363
popularity as ``weight``.
6464
"""
6565
self.suggest = {

0 commit comments

Comments
 (0)