From b5552575c97c8d701b62ca249675854e114a63e2 Mon Sep 17 00:00:00 2001 From: Steve Miller Date: Mon, 8 Aug 2016 10:15:38 -0700 Subject: [PATCH] Update notebookapp.py Typo --- notebook/notebookapp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebook/notebookapp.py b/notebook/notebookapp.py index 9a5f3d122..aee89cfcb 100644 --- a/notebook/notebookapp.py +++ b/notebook/notebookapp.py @@ -528,7 +528,7 @@ class NotebookApp(JupyterApp): ) client_ca = Unicode(u'', config=True, - help="""The full path to a certificate authority certifificate for SSL/TLS client authentication.""" + help="""The full path to a certificate authority certificate for SSL/TLS client authentication.""" ) cookie_secret_file = Unicode(config=True,