[Numpy-tickets] [NumPy] #651: typos in _compiled_base.c function arr_bincount
NumPy
numpy-tickets@scipy....
Wed Jan 30 08:35:35 CST 2008
#651: typos in _compiled_base.c function arr_bincount
----------------------+-----------------------------------------------------
Reporter: sebhaase | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: 1.0.5
Component: Other | Version: none
Severity: normal | Keywords:
----------------------+-----------------------------------------------------
Hi,
in _compiled_base.c (current SVN)
I might have found 2 "typos"
in function arr_bincount
1) missing `f`
{{{
"irst argument of bincount must be non-negative");
}}}
2) the starting comment says "histogram" (a few times), should it say
"arr_bincount" !?
--
Ticket URL: <http://scipy.org/scipy/numpy/ticket/651>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list