]> git.openstreetmap.org Git - nominatim.git/blobdiff - nominatim/tokenizer/sanitizers/base.py
Correct some typos
[nominatim.git] / nominatim / tokenizer / sanitizers / base.py
index 2de868c787cb6f47d75039a1b239ab385f9853af..ac8d90e4677e726449f3a1889cdcae10ae12a1b7 100644 (file)
@@ -60,5 +60,5 @@ class SanitizerHandler(Protocol):
 
         Return:
             The result must be a callable that takes a place description
-            and transforms name and address as reuqired.
+            and transforms name and address as required.
         """