##// END OF EJS Templates
correct Demo namespace in documentation
pepie34 -
Show More
@@ -109,7 +109,7 b' the execution.'
109 109 This is probably best explained with the simple example file below. You can
110 110 copy this into a file named ex_demo.py, and try running it via::
111 111
112 from IPython.demo import Demo
112 from IPython.lib.demo import Demo
113 113 d = Demo('ex_demo.py')
114 114 d()
115 115
General Comments 0
You need to be logged in to leave comments. Login now