[Numpy-discussion] patching docs
william ratcliff
william.ratcliff@gmail....
Thu Apr 23 23:12:37 CDT 2009
Hi! I'd like to suggest a patch for:
numpy <http://docs.scipy.org/numpy/docs/numpy/>.core<http://docs.scipy.org/numpy/docs/numpy.core/>
.fromnumeric <http://docs.scipy.org/numpy/docs/numpy.core.fromnumeric/>.put
The docstring contains:
for i, val in zip(ind,v):
x.flat[i]=val
It should be:
for i, val in zip(ind,v):
a.flat[i]=val
This would be more consistent with the rest of the docstring. For the
future, is there an easy way for us to patch docstrings?
Thanks,
William
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.scipy.org/pipermail/numpy-discussion/attachments/20090424/6e0add2c/attachment.html
More information about the Numpy-discussion
mailing list