From 0d62fc2fe78bc471ea17b14b66e00022740f1858 2011-12-17 22:31:33 From: Fernando Perez Date: 2011-12-17 22:31:33 Subject: [PATCH] Fix typo in help string --- diff --git a/IPython/frontend/html/notebook/notebookmanager.py b/IPython/frontend/html/notebook/notebookmanager.py index 76b9e9c..f4f1e3d 100644 --- a/IPython/frontend/html/notebook/notebookmanager.py +++ b/IPython/frontend/html/notebook/notebookmanager.py @@ -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 .py script will be created next to any