We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d04cbb6 commit beeac48Copy full SHA for beeac48
notebook/notebookapp.py
@@ -869,7 +869,7 @@ def _token_changed(self, change):
869
This is useful in a multi user environment, for instance when
870
everybody in the LAN can access each other's machine through ssh.
871
872
- 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
873
since any user can connect to the notebook server via ssh.
874
875
"""
0 commit comments