Merge pull request #1665 from stmille/master

Typo hunting: notebookapp.py
Thomas Kluyver 10 years ago committed by GitHub
commit 21a6aec638

@ -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,

Loading…
Cancel
Save