[Numpy-discussion] patching docs
Stéfan van der Walt
stefan@sun.ac...
Fri Apr 24 11:40:05 CDT 2009
2009/4/24 william ratcliff <william.ratcliff@gmail.com>:
> Actually, if I look here:
> http://docs.scipy.org/numpy/docs/numpy.core.fromnumeric.put/
>
> The text that appears in by browser is:
>
> put(a, ind, v, mode='raise')
>
> Changes specific elements of one array by replacing from another array.
This is pretty cryptic. I've changed it to
"""
put(a, ind, v, mode='raise')
Replaces specified elements of an array with given values.
"""
Your error report was correct. I've changed the x to an a.
Cheers
Stéfan
More information about the Numpy-discussion
mailing list