mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-22 21:28:10 +03:00
Merge pull request #3587 from danieldegroot2/lookup-spelling
Update lookup.py - Correct spelling for "simultaneously"
This commit is contained in:
commit
23369ce970
@ -43,7 +43,7 @@ class LookupTuple:
|
|||||||
class LookupCollector:
|
class LookupCollector:
|
||||||
""" Result collector for the simple lookup.
|
""" Result collector for the simple lookup.
|
||||||
|
|
||||||
Allows for lookup of multiple places simultaniously.
|
Allows for lookup of multiple places simultaneously.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self, places: Iterable[ntyp.PlaceRef],
|
def __init__(self, places: Iterable[ntyp.PlaceRef],
|
||||||
|
Loading…
Reference in New Issue
Block a user