]> git.openstreetmap.org Git - nominatim.git/blobdiff - nominatim/api/types.py
docs: documentation of API classes
[nominatim.git] / nominatim / api / types.py
index a2a265c033e88fec87965b1643d2d42d2a0e1e37..214dcab8ad1aca90099be399d11326a7b0f17007 100644 (file)
@@ -419,7 +419,7 @@ class SearchDetails(LookupDetails):
     """
     excluded: List[int] = dataclasses.field(default_factory=list,
                                             metadata={'transform': format_excluded})
-    """ List of OSM objects to exclude from the results. Currenlty only
+    """ List of OSM objects to exclude from the results. Currently only
         works when the internal place ID is given.
         An empty list (the default) will disable this filter.
     """