fix some typos

This commit is contained in:
Mateusz Konieczny
2024-06-26 10:37:23 +02:00
committed by Sarah Hoffmann
parent c314a3092c
commit e51973f8b1
7 changed files with 12 additions and 12 deletions

View 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()