Skip to content

Commit

Permalink
Spelling and grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
EtK2000 authored and miguelgrinberg committed Apr 15, 2024
1 parent c44960d commit 8c24b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/completion.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class Person(Document):
def clean(self):
"""
Automatically construct the suggestion input and weight by taking all
possible permutation of Person's name as ``input`` and taking their
possible permutations of Person's name as ``input`` and taking their
popularity as ``weight``.
"""
self.suggest = {
Expand Down

0 comments on commit 8c24b55

Please sign in to comment.