From ae64946a460e8846e4cae1b78e1a8ede09335b8b Mon Sep 17 00:00:00 2001 From: Gilad Even-Tov Date: Tue, 7 Dec 2021 12:44:27 +0200 Subject: [PATCH] Fix small typo --- docs/4_configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/4_configuration.rst b/docs/4_configuration.rst index ef7cfa3..bf01a0f 100644 --- a/docs/4_configuration.rst +++ b/docs/4_configuration.rst @@ -82,7 +82,7 @@ The following ``settings.py`` options are available for customizing Axes behavio * ``AXES_WHITELIST_CALLABLE``: A callable or a string path to callable that takes two arguments for whitelisting determination and returns True, if user should be whitelisted: - ``def is_whilisted(request: HttpRequest, credentials: dict) -> bool: ...``. + ``def is_whitelisted(request: HttpRequest, credentials: dict) -> bool: ...``. This can be any callable similarly to ``AXES_USERNAME_CALLABLE``. Default: ``None`` * ``AXES_LOCKOUT_CALLABLE``: A callable or a string path to callable that takes