From b3d57326901e39ac41c4aefff737314a9e8c1957 Mon Sep 17 00:00:00 2001 From: Fernando Perez Date: Sat, 17 Dec 2011 14:31:33 -0800 Subject: [PATCH] Fix typo in help string --- IPython/frontend/html/notebook/notebookmanager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IPython/frontend/html/notebook/notebookmanager.py b/IPython/frontend/html/notebook/notebookmanager.py index 76b9e9c4a..f4f1e3d85 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