X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/cdfc8628f22a5be2d8ad402adeb9bd6bfcaeface..90a2a5605ee856fe6da06c46924558de94b37355:/nominatim/typing.py diff --git a/nominatim/typing.py b/nominatim/typing.py index 308f3e6a..7914d731 100644 --- a/nominatim/typing.py +++ b/nominatim/typing.py @@ -11,7 +11,7 @@ Complex type definitions are moved here, to keep the source files readable. """ from typing import Any, Union, Mapping, TypeVar, Sequence, TYPE_CHECKING -# Generics varaible names do not confirm to naming styles, ignore globally here. +# Generics variable names do not confirm to naming styles, ignore globally here. # pylint: disable=invalid-name,abstract-method,multiple-statements # pylint: disable=missing-class-docstring,useless-import-alias