From 592af9a52681f46b68ce99debe7d856e82589907 Mon Sep 17 00:00:00 2001 From: Kris Wilson Date: Tue, 28 Apr 2020 23:53:33 -0700 Subject: [PATCH] Feedback: opening. --- notebook/notebookapp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebook/notebookapp.py b/notebook/notebookapp.py index 100dfa1c9..37e0b3ee0 100755 --- a/notebook/notebookapp.py +++ b/notebook/notebookapp.py @@ -2105,7 +2105,7 @@ class NotebookApp(JupyterApp): ( 'UNIX sockets are not browser-connectable, but you can tunnel to ' 'the instance via e.g.`ssh -L 8888:%s -N user@this_host` and then ' - 'opening e.g. %s in a browser.' + 'open e.g. %s in a browser.' ) % (self.sock, self._concat_token(self._tcp_url('localhost', 8888))) ])) else: