]> git.openstreetmap.org Git - nominatim.git/blobdiff - nominatim/tokenizer/token_analysis/generic_mutation.py
These days the OSM wikipedia tab no longer contains URLs
[nominatim.git] / nominatim / tokenizer / token_analysis / generic_mutation.py
index 47154537d0928d284aaf3482ea80a53dc028d9f2..612f558a46ae290fd383d66ecf4a34643d478836 100644 (file)
@@ -23,7 +23,7 @@ def _zigzag(outer: Iterable[str], inner: Iterable[str]) -> Iterator[str]:
 class MutationVariantGenerator:
     """ Generates name variants by applying a regular expression to the name
         and replacing it with one or more variants. When the regular expression
-        matches more than once, each occurence is replaced with all replacement
+        matches more than once, each occurrence is replaced with all replacement
         patterns.
     """