fix typos and grammar issues

This commit is contained in:
Sarah Hoffmann
2023-08-29 12:14:44 +02:00
parent 3794080327
commit cafd8e2b1e
15 changed files with 64 additions and 57 deletions

View File

@@ -238,7 +238,7 @@ class AbstractTokenizer(ABC):
Arguments:
conn: Open connection to the database which may be used to
retrive the words.
retrieve the words.
num: Maximum number of words to return.
"""