X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/37940803273aeab88ae37f8f6c9698478df52fc2..cafd8e2b1ed6ce823fb0bf66673d98450372457c:/nominatim/tokenizer/base.py diff --git a/nominatim/tokenizer/base.py b/nominatim/tokenizer/base.py index 51afd540..061cff36 100644 --- a/nominatim/tokenizer/base.py +++ b/nominatim/tokenizer/base.py @@ -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. """