Merge pull request #2274 from jupyter/michaelpacer-patch-1

Typo fix
pull/2281/head
Min RK 9 years ago committed by GitHub
commit 21baa9b693

@ -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())

Loading…
Cancel
Save