forked from hans/Nominatim
Correct some typos
This commit is contained in:
@@ -286,7 +286,7 @@ class ICUTokenizer(AbstractTokenizer):
|
||||
|
||||
|
||||
def _create_lookup_indices(self, config: Configuration, table_name: str) -> None:
|
||||
""" Create addtional indexes used when running the API.
|
||||
""" Create additional indexes used when running the API.
|
||||
"""
|
||||
with connect(self.dsn) as conn:
|
||||
sqlp = SQLPreprocessor(conn, config)
|
||||
|
||||
@@ -60,5 +60,5 @@ class SanitizerHandler(Protocol):
|
||||
|
||||
Return:
|
||||
The result must be a callable that takes a place description
|
||||
and transforms name and address as reuqired.
|
||||
and transforms name and address as required.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user