Skip to content

Commit 76d051e

Browse files
authored
Merge pull request #6188 from jgarte/jgarte-patch-1-notebookapp
Fix typo in docstring
2 parents 41f1483 + abecaaa commit 76d051e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebook/notebookapp.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1076,7 +1076,7 @@ def _token_changed(self, change):
10761076
allow_password_change = Bool(True, config=True,
10771077
help="""Allow password to be changed at login for the notebook server.
10781078
1079-
While loggin in with a token, the notebook server UI will give the opportunity to
1079+
While logging in with a token, the notebook server UI will give the opportunity to
10801080
the user to enter a new password at the same time that will replace
10811081
the token login mechanism.
10821082

0 commit comments

Comments
 (0)