We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8841b6 commit 8816defCopy full SHA for 8816def
tools/secure_notebook.py
@@ -69,7 +69,7 @@ def persist_config(mode=0o600):
69
"""Context manager that can be use to modify a config object
70
71
On exit of the context manager, the config will be written back to disk,
72
- by defauld with 600 permissions.
+ by default with 600 permissions.
73
"""
74
75
loader = JSONFileConfigLoader('jupyter_notebook_config.json', jupyter_config_dir())
0 commit comments