]> git.openstreetmap.org Git - nominatim.git/blobdiff - nominatim/tokenizer/base.py
Merge remote-tracking branch 'upstream/master'
[nominatim.git] / nominatim / tokenizer / base.py
index 51afd540cb2b3e4c44250033bb1fd928d144b9bb..061cff36b99f22273e55e350d410d4291c425b91 100644 (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.
         """