X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/7d911f9ffbdf63b2b2a45c3a3ee7063d006a5779..f2b2b2b92ca87fdf6ae8fcd7062db76ff4c42f51:/nominatim/db/async_core_library.py diff --git a/nominatim/db/async_core_library.py b/nominatim/db/async_core_library.py index d86ce5ec..4a4b9f29 100644 --- a/nominatim/db/async_core_library.py +++ b/nominatim/db/async_core_library.py @@ -5,7 +5,7 @@ # Copyright (C) 2023 by the Nominatim developer community. # For a full list of authors see the git log. """ -Import the base libary to use with asynchronous SQLAlchemy. +Import the base library to use with asynchronous SQLAlchemy. """ # pylint: disable=invalid-name