Skip to content

Commit

Permalink
Merge pull request #6188 from jgarte/jgarte-patch-1-notebookapp
Browse files Browse the repository at this point in the history
Fix typo in docstring
  • Loading branch information
kevin-bates authored Sep 27, 2021
2 parents 41f1483 + abecaaa commit 76d051e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebook/notebookapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 76d051e

Please sign in to comment.