##// END OF EJS Templates
Merge pull request #10777 from ipython/auto-backport-of-pr-10775...
Matthias Bussonnier -
r23888:7cce3fe3 merge
parent child Browse files
Show More
@@ -106,7 +106,7 b' the execution.'
106 This is probably best explained with the simple example file below. You can
106 This is probably best explained with the simple example file below. You can
107 copy this into a file named ex_demo.py, and try running it via::
107 copy this into a file named ex_demo.py, and try running it via::
108
108
109 from IPython.demo import Demo
109 from IPython.lib.demo import Demo
110 d = Demo('ex_demo.py')
110 d = Demo('ex_demo.py')
111 d()
111 d()
112
112
General Comments 0
You need to be logged in to leave comments. Login now