]> git.openstreetmap.org Git - nominatim.git/blobdiff - src/nominatim_db/tools/refresh.py
Merge pull request #3467 from mtmail/docs-datrie
[nominatim.git] / src / nominatim_db / tools / refresh.py
index 6946a41a441ad7447cab6e0c405e8e45b8bae063..6a40c0a73a4c6427d11fe89b0db0552c19a1e7cf 100644 (file)
@@ -154,7 +154,7 @@ def import_importance_csv(dsn: str, data_file: Path) -> int:
     if not data_file.exists():
         return 1
 
-    # Only import the first occurance of a wikidata ID.
+    # Only import the first occurence of a wikidata ID.
     # This keeps indexes and table small.
     wd_done = set()