]> git.openstreetmap.org Git - nominatim.git/blobdiff - nominatim/data/place_name.py
Merge pull request #3030 from lonvia/interpolation-corner-cases
[nominatim.git] / nominatim / data / place_name.py
index 4dfaf819b2062a66ca5496ddf94377c1edacb22e..47464e2b323b4c753f7e58e2c433e77dec57ea59 100644 (file)
@@ -20,8 +20,8 @@ class PlaceName:
           is the part of the key after the first colon.
 
         In addition to that, a name may have arbitrary additional attributes.
-        How attributes are used, depends on the sanatizers and token analysers.
-        The exception is is the 'analyzer' attribute. This attribute determines
+        How attributes are used, depends on the sanitizers and token analysers.
+        The exception is the 'analyzer' attribute. This attribute determines
         which token analysis module will be used to finalize the treatment of
         names.
     """