mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-24 12:05:22 +08:00
Fix typo in password_required help message (#5320)
This commit is contained in:
parent
d04cbb6a98
commit
beeac48534
@ -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.
|
||||
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user