[NumPy-Tickets] [NumPy] #1503: random.vonmises docstring shows incorrect function signature
NumPy Trac
numpy-tickets@scipy....
Thu Jun 3 21:31:42 CDT 2010
#1503: random.vonmises docstring shows incorrect function signature
--------------------------------+-------------------------------------------
Reporter: warren.weckesser | Owner: somebody
Type: defect | Status: new
Priority: low | Milestone: 2.0.0
Component: numpy.random | Version:
Keywords: vonmises docstring |
--------------------------------+-------------------------------------------
The first line in the docstring of random.vonmises is
{{{
vonmises(mu=0.0, kappa=1.0, size=None)
}}}
but the actual function definition is
{{{
def vonmises(self, mu, kappa, size=None):
}}}
The first two arguments are positional, not keywords.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1503>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list