mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-15 23:44:07 +00:00
fixed typos in docs and code comments
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user