X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/d3372e69eca75aad7a7decc17b5fd7a5ffc1b1f8..114cdafe7ef6b9a781ad143c208ebc57355b64d2:/nominatim/tokenizer/base.py?ds=sidebyside 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. """