From f47165b5d2bbc2af7cedfdb2f076879af0b655c2 Mon Sep 17 00:00:00 2001 From: Varun Dhand <110025628+varundhand@users.noreply.github.com> Date: Sun, 29 Oct 2023 23:16:39 +0530 Subject: [PATCH] Update auth.py --- jupyterhub/auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyterhub/auth.py b/jupyterhub/auth.py index f53c342b..8f4061a6 100644 --- a/jupyterhub/auth.py +++ b/jupyterhub/auth.py @@ -593,7 +593,7 @@ class Authenticator(LoggingConfigurable): Args: handler (tornado.web.RequestHandler): the current request handler - authentication: The authetication dict generated by `authenticate`. + authentication: The authentication dict generated by `authenticate`. Returns: admin_status (Bool or None): The admin status of the user, or None if it could not be