From 2a3d474dd27a70773b90e9e2d84fa79664e23709 Mon Sep 17 00:00:00 2001 From: Yuvi Panda Date: Tue, 7 May 2024 10:41:40 -0700 Subject: [PATCH] Fix typo Co-authored-by: Simon Li --- oauthenticator/generic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oauthenticator/generic.py b/oauthenticator/generic.py index 8bcde877..ca329284 100644 --- a/oauthenticator/generic.py +++ b/oauthenticator/generic.py @@ -44,7 +44,7 @@ def _claim_groups_key_changed(self, change): # Emit a deprecation warning directly, without using _deprecated_oauth_aliases, # as it is not a direct replacement for this functionality self.log.warning( - "{cls}.claim_groups_key is deprecated since OAuthenticatort 16.4, use {cls}.auth_state_groups_key instead".format( + "{cls}.claim_groups_key is deprecated since OAuthenticator 16.4, use {cls}.auth_state_groups_key instead".format( cls=self.__class__.__name__, ) )