Skip to content

Commit ac4ef14

Browse files
rohitsanjtoonijn
authored andcommitted
Fix typo in password_required help message (#5320)
1 parent f45e94b commit ac4ef14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebook/notebookapp.py

Lines changed: 1 addition & 1 deletion
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)