Skip to content

Commit beeac48

Browse files
authored
Fix typo in password_required help message (#5320)
1 parent d04cbb6 commit beeac48

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
@@ -869,7 +869,7 @@ def _token_changed(self, change):
869869
This is useful in a multi user environment, for instance when
870870
everybody in the LAN can access each other's machine through ssh.
871871
872-
In such a case, server the notebook server on localhost is not secure
872+
In such a case, serving the notebook server on localhost is not secure
873873
since any user can connect to the notebook server via ssh.
874874
875875
"""

0 commit comments

Comments
 (0)