mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-13 06:14:07 +00:00
fix typos and grammar issues
This commit is contained in:
@@ -315,8 +315,8 @@ class DataLayer(enum.Flag):
|
||||
for reverse and forward search.
|
||||
"""
|
||||
ADDRESS = enum.auto()
|
||||
""" The address layer contains all places that have a fully qualified
|
||||
address that includes a house number (or a house name equivalent,
|
||||
""" The address layer contains all places relavant for addresses:
|
||||
fully qualified addresses with a house number (or a house name equivalent,
|
||||
for some addresses) and places that can be part of an address like
|
||||
roads, cities, states.
|
||||
"""
|
||||
|
||||
@@ -238,7 +238,7 @@ class AbstractTokenizer(ABC):
|
||||
|
||||
Arguments:
|
||||
conn: Open connection to the database which may be used to
|
||||
retrive the words.
|
||||
retrieve the words.
|
||||
num: Maximum number of words to return.
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user