fixed typos in docs and code comments

This commit is contained in:
biswajit-k
2023-03-06 17:09:38 +05:30
parent 8191c747b9
commit 36388cafe9
7 changed files with 9 additions and 9 deletions

View File

@@ -74,7 +74,7 @@ class _PostcodeSanitizer:
def create(config: SanitizerConfig) -> Callable[[ProcessInfo], None]:
""" Create a housenumber processing function.
""" Create a function that filters postcodes by their officially allowed pattern.
"""
return _PostcodeSanitizer(config)