Skip to content

Commit 23369ce

Browse files
authored
Merge pull request #3587 from danieldegroot2/lookup-spelling
Update lookup.py - Correct spelling for "simultaneously"
2 parents 1a64c3b + 7c9002c commit 23369ce

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)