Skip to content

Commit

Permalink
Update lookup.py - Correct spelling for "simultaneously"
Browse files Browse the repository at this point in the history
Corrects minor spelling mistake.
  • Loading branch information
danieldegroot2 authored Nov 13, 2024
1 parent 1a64c3b commit 7c9002c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nominatim_api/lookup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class LookupTuple:
class LookupCollector:
""" 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],
Expand Down

0 comments on commit 7c9002c

Please sign in to comment.