From 8816def65d3b88e963801ba75cf194e6ba5f2996 Mon Sep 17 00:00:00 2001 From: Michael Pacer Date: Fri, 10 Mar 2017 12:27:17 -0800 Subject: [PATCH] Typo fix --- tools/secure_notebook.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/secure_notebook.py b/tools/secure_notebook.py index 4590e4388..e504aeadf 100644 --- a/tools/secure_notebook.py +++ b/tools/secure_notebook.py @@ -69,7 +69,7 @@ def persist_config(mode=0o600): """Context manager that can be use to modify a config object On exit of the context manager, the config will be written back to disk, - by defauld with 600 permissions. + by default with 600 permissions. """ loader = JSONFileConfigLoader('jupyter_notebook_config.json', jupyter_config_dir())