]> git.openstreetmap.org Git - nominatim.git/blobdiff - nominatim/api/result_formatting.py
don't even try heavily penalized searches
[nominatim.git] / nominatim / api / result_formatting.py
index a6bfa91c64fb5befb8fdb4dcb4b8acd0cbbb7eb3..4670a1d6d16a2766d8a589a60d25169cdf9b4beb 100644 (file)
@@ -5,7 +5,7 @@
 # Copyright (C) 2023 by the Nominatim developer community.
 # For a full list of authors see the git log.
 """
 # Copyright (C) 2023 by the Nominatim developer community.
 # For a full list of authors see the git log.
 """
-Helper classes and functions for formating results into API responses.
+Helper classes and functions for formatting results into API responses.
 """
 from typing import Type, TypeVar, Dict, List, Callable, Any, Mapping
 from collections import defaultdict
 """
 from typing import Type, TypeVar, Dict, List, Callable, Any, Mapping
 from collections import defaultdict