X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/af85ad390fcafbf6d73577b0d5d95c945d6d70b2..a96b6a1289e3a595b2d3753a1a038abc3f19721a:/nominatim/db/sqlite_functions.py diff --git a/nominatim/db/sqlite_functions.py b/nominatim/db/sqlite_functions.py index 2134ae45..a56c04ed 100644 --- a/nominatim/db/sqlite_functions.py +++ b/nominatim/db/sqlite_functions.py @@ -26,7 +26,7 @@ def weigh_search(search_vector: Optional[str], rankings: str, default: float) -> class ArrayIntersectFuzzy: """ Compute the array of common elements of all input integer arrays. - Very large input paramenters may be ignored to speed up + Very large input parameters may be ignored to speed up computation. Therefore, the result is a superset of common elements. Input and output arrays are given as comma-separated lists.