[Numpy-tickets] [NumPy] #543: documentation string for cumproduct is wrong
NumPy
numpy-tickets@scipy....
Sun Jul 1 08:04:35 CDT 2007
#543: documentation string for cumproduct is wrong
----------------------+-----------------------------------------------------
Reporter: tovrstra | Owner: somebody
Type: defect | Status: new
Priority: low | Milestone:
Component: Other | Version: 1.0.2
Severity: minor | Keywords:
----------------------+-----------------------------------------------------
Hi,
This is just an obvious type-oh, nothing to be really worried about:
{{{
Help on function cumproduct in module numpy.core.fromnumeric:
cumproduct(x, axis=None, dtype=None, out=None)
Sum the array over the given axis.
}}}
{{{
>>> numpy.__version__
'1.0.2'
}}}
thanks for all the nice work so far!
Toon
--
Ticket URL: <http://projects.scipy.org/scipy/numpy/ticket/543>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list