Skip to content

Commit 7c9002c

Browse files
Update lookup.py - Correct spelling for "simultaneously"
Corrects minor spelling mistake.
1 parent 1a64c3b commit 7c9002c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nominatim_api/lookup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class LookupTuple:
4343
class LookupCollector:
4444
""" Result collector for the simple lookup.
4545
46-
Allows for lookup of multiple places simultaniously.
46+
Allows for lookup of multiple places simultaneously.
4747
"""
4848

4949
def __init__(self, places: Iterable[ntyp.PlaceRef],

0 commit comments

Comments
 (0)