mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-23 12:49:41 +08:00
Fix typo in help string
This commit is contained in:
parent
fd485e23fc
commit
b3d5732690
@ -47,7 +47,7 @@ class NotebookManager(LoggingConfigurable):
|
||||
""")
|
||||
|
||||
save_script = Bool(False, config=True,
|
||||
help="""Automaticall create a Python script when saving the notebook.
|
||||
help="""Automatically create a Python script when saving the notebook.
|
||||
|
||||
For easier use of import, %run and %loadpy across notebooks, a
|
||||
<notebook-name>.py script will be created next to any
|
||||
|
Loading…
Reference in New Issue
Block a user