[NumPy-Tickets] [NumPy] #2128: Documentation typo PyArrayDescr_Check should be PyArray_DescrCheck
NumPy Trac
numpy-tickets@scipy....
Mon May 7 07:23:42 CDT 2012
#2128: Documentation typo PyArrayDescr_Check should be PyArray_DescrCheck
---------------------------+------------------------------------------------
Reporter: komnomnomnom | Owner: pv
Type: defect | Status: new
Priority: normal | Milestone: Unscheduled
Component: Documentation | Version: 1.6.1
Keywords: |
---------------------------+------------------------------------------------
On the c-api array api page `PyArray_DescrCheck` is incorrectly referenced
as `PyArrayDescr_Check`.
[http://docs.scipy.org/doc/numpy/reference/c-api.array.html?highlight=pyarraydescr_check#PyArrayDescr_Check]
.
I don't think it's mentioned anywhere else in the documentation.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/2128>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list