diff --git a/tools/secure_notebook.py b/tools/secure_notebook.py index 4590e43887..e504aeadfc 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())