##// END OF EJS Templates
Fix typo in storemagic module docstring...
Thomas Kluyver -
Show More
@@ -7,7 +7,7 b" Stores variables, aliases and macros in IPython's database."
7 To automatically restore stored variables at startup, add this to your
7 To automatically restore stored variables at startup, add this to your
8 :file:`ipython_config.py` file::
8 :file:`ipython_config.py` file::
9
9
10 c.StoreMagic.autorestore = True
10 c.StoreMagics.autorestore = True
11 """
11 """
12 from __future__ import print_function
12 from __future__ import print_function
13 #-----------------------------------------------------------------------------
13 #-----------------------------------------------------------------------------
General Comments 0
You need to be logged in to leave comments. Login now