thouis / numpy-trac-migration

numpy Trac to github issues migration
2 stars 3 forks source link

Documentation typo PyArrayDescr_Check should be PyArray_DescrCheck (Trac #2128) #5924

Open numpy-gitbot opened 11 years ago

numpy-gitbot commented 11 years ago

Original ticket http://projects.scipy.org/numpy/ticket/2128 on 2012-05-07 by trac user komnomnomnom, assigned to atmention:pv.

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.