Skip to content

Commit 21baa9b

Browse files
authored
Merge pull request #2274 from jupyter/michaelpacer-patch-1
Typo fix
2 parents c8841b6 + 8816def commit 21baa9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/secure_notebook.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def persist_config(mode=0o600):
6969
"""Context manager that can be use to modify a config object
7070
7171
On exit of the context manager, the config will be written back to disk,
72-
by defauld with 600 permissions.
72+
by default with 600 permissions.
7373
"""
7474

7575
loader = JSONFileConfigLoader('jupyter_notebook_config.json', jupyter_config_dir())

0 commit comments

Comments
 (0)