Skip to content

Commit 8740c26

Browse files
Spelling and grammar (#1585) (#1805)
* Spelling and grammar * fix async example --------- Co-authored-by: Miguel Grinberg <[email protected]> (cherry picked from commit f56d3a5) Co-authored-by: Eytan <[email protected]>
1 parent bc54474 commit 8740c26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/async/completion.py

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

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)