X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/7b27c04b8392d0babe33cf53e2838b05ffbcbacf..df15f13c628a3e15dee4bcad44e97b2cacb40b9f:/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.