##// END OF EJS Templates
Fix psums example description in docs
Thomas Hisch -
Show More
@@ -113,8 +113,8 b' Now, start an IPython cluster::'
113 113 <parallel_process>`.
114 114
115 115 Finally, connect to the cluster and use this function interactively. In this
116 case, we create a random array on each engine and sum up all the random arrays
117 using our :func:`psum` function:
116 case, we create a distributed array and sum up all its elements in a distributed
117 manner using our :func:`psum` function:
118 118
119 119 .. sourcecode:: ipython
120 120
General Comments 0
You need to be logged in to leave comments. Login now