mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
fix some typos
This commit is contained in:
committed by
Sarah Hoffmann
parent
c314a3092c
commit
e51973f8b1
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user