From abecaaa58b270d23c791d677eccff65ea3f1b79f Mon Sep 17 00:00:00 2001 From: jgart <47760695+jgarte@users.noreply.github.com> Date: Sun, 26 Sep 2021 22:53:59 -0400 Subject: [PATCH] Fix typo in docstring --- notebook/notebookapp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebook/notebookapp.py b/notebook/notebookapp.py index 590e755b86..510e51240c 100755 --- a/notebook/notebookapp.py +++ b/notebook/notebookapp.py @@ -1076,7 +1076,7 @@ def _token_changed(self, change): allow_password_change = Bool(True, config=True, help="""Allow password to be changed at login for the notebook server. - While loggin in with a token, the notebook server UI will give the opportunity to + While logging in with a token, the notebook server UI will give the opportunity to the user to enter a new password at the same time that will replace the token login mechanism.