X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/36b1660121a9261998a2b36cff741587ce5b3c5b..f923304eead3cb9e9cfad8f41c33df1fdc1a16fd:/nominatim/db/sql_preprocessor.py diff --git a/nominatim/db/sql_preprocessor.py b/nominatim/db/sql_preprocessor.py index d3fb3058..af5bc335 100644 --- a/nominatim/db/sql_preprocessor.py +++ b/nominatim/db/sql_preprocessor.py @@ -127,7 +127,7 @@ class SQLPreprocessor: def run_parallel_sql_file(self, dsn: str, name: str, num_threads: int = 1, **kwargs: Any) -> None: - """ Execure the given SQL files using parallel asynchronous connections. + """ Execute the given SQL files using parallel asynchronous connections. The keyword arguments may supply additional parameters for preprocessing.