Correct some typos

This commit is contained in:
marc tobias
2024-02-26 18:13:30 +01:00
parent 918fec73c6
commit 7205491b84
45 changed files with 80 additions and 80 deletions

View File

@@ -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)

View File

@@ -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.
"""