##// END OF EJS Templates
Fix typo in help string
Fernando Perez -
Show More
@@ -47,7 +47,7 b' class NotebookManager(LoggingConfigurable):'
47 47 """)
48 48
49 49 save_script = Bool(False, config=True,
50 help="""Automaticall create a Python script when saving the notebook.
50 help="""Automatically create a Python script when saving the notebook.
51 51
52 52 For easier use of import, %run and %loadpy across notebooks, a
53 53 <notebook-name>.py script will be created next to any
General Comments 0
You need to be logged in to leave comments. Login now