X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/6d39563b872b21825a61949e88bc47a0e88c7573..5c4c98d17eb78732a36481284342c670394dc92b:/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.