##// END OF EJS Templates
fix typo in psum example
Thomas Hisch -
Show More
@@ -124,7 +124,7 b' using our :func:`psum` function:'
124
124
125 In [3]: view = c[:]
125 In [3]: view = c[:]
126
126
127 In [4]: view.activate() # enabe magics
127 In [4]: view.activate() # enable magics
128
128
129 # run the contents of the file on each engine:
129 # run the contents of the file on each engine:
130 In [5]: view.run('psum.py')
130 In [5]: view.run('psum.py')
General Comments 0
You need to be logged in to leave comments. Login now