docs: documentation of API classes

This commit is contained in:
Sarah Hoffmann
2023-08-19 15:36:57 +02:00
parent e672de036e
commit 75513a23a8
3 changed files with 553 additions and 12 deletions

View 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.
"""