X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/918fec73c6664f4c03de1210dc93f6004d2e90ab..7205491b8495e48c62b28373d1746e77d475582b:/nominatim/api/search/query.py?ds=sidebyside diff --git a/nominatim/api/search/query.py b/nominatim/api/search/query.py index ad1b69ef..333722fe 100644 --- a/nominatim/api/search/query.py +++ b/nominatim/api/search/query.py @@ -169,7 +169,7 @@ class TokenList: @dataclasses.dataclass class QueryNode: - """ A node of the querry representing a break between terms. + """ A node of the query representing a break between terms. """ btype: BreakType ptype: PhraseType