Fix typo in password_required help message (#5320)

This commit is contained in:
Rohit Sanjay 2020-04-07 05:07:13 +05:30 committed by GitHub
parent d04cbb6a98
commit beeac48534
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -869,7 +869,7 @@ class NotebookApp(JupyterApp):
This is useful in a multi user environment, for instance when
everybody in the LAN can access each other's machine through ssh.
In such a case, server the notebook server on localhost is not secure
In such a case, serving the notebook server on localhost is not secure
since any user can connect to the notebook server via ssh.
"""