X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/918fec73c6664f4c03de1210dc93f6004d2e90ab..7205491b8495e48c62b28373d1746e77d475582b:/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.