]> git.openstreetmap.org Git - nominatim.git/blobdiff - nominatim/db/sql_preprocessor.py
Merge pull request #3342 from mtmail/tyops
[nominatim.git] / nominatim / db / sql_preprocessor.py
index d3fb3058669f67fe5dc184900fc6aa9bf0705996..af5bc3357959abf52b9518e83144403e2150564b 100644 (file)
@@ -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.