Fix typo in docstring

pull/6188/head
jgart 4 years ago committed by GitHub
parent 41f148395c
commit abecaaa58b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1076,7 +1076,7 @@ class NotebookApp(JupyterApp):
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.

Loading…
Cancel
Save