]> git.openstreetmap.org Git - nominatim.git/blobdiff - nominatim/tokenizer/sanitizers/config.py
docs: fix typos
[nominatim.git] / nominatim / tokenizer / sanitizers / config.py
index fd05848b9c1420a1b1099ceaa209c130dc48333c..f6abf20c6c3fcc65e950fdd3147a2ff8ea3344ea 100644 (file)
@@ -90,7 +90,7 @@ class SanitizerConfig(_BaseUserDict):
             True when the item passes the filter.
 
             If the parameter is empty, the filter lets all items pass. If the
-            paramter is a string, it is interpreted as a single regular expression
+            parameter is a string, it is interpreted as a single regular expression
             that must match the full kind string. If the parameter is a list then
             any of the regular expressions in the list must match to pass.
         """