]> git.openstreetmap.org Git - nominatim.git/blobdiff - nominatim/tools/refresh.py
Merge pull request #2775 from lonvia/remove-centos-instructions
[nominatim.git] / nominatim / tools / refresh.py
index 9c5b7b085e50582202a117528d87bc0ca7ff117a..8c1e9d9bbb24882601e4d0d8bed6c3c54a41f498 100644 (file)
@@ -126,7 +126,7 @@ PHP_CONST_DEFS = (
 def import_wikipedia_articles(dsn: str, data_path: Path, ignore_errors: bool = False) -> int:
     """ Replaces the wikipedia importance tables with new data.
         The import is run in a single transaction so that the new data
-        is replace seemlessly.
+        is replace seamlessly.
 
         Returns 0 if all was well and 1 if the importance file could not
         be found. Throws an exception if there was an error reading the file.