Fix typo in help string

This commit is contained in:
Fernando Perez 2011-12-17 14:31:33 -08:00
parent fd485e23fc
commit b3d5732690

View File

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