From a5000520ff4dcdb15b817d9d85464cdf2b943674 Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Sun, 16 Feb 2014 12:50:03 -0700 Subject: DOC: Typo, replace PyArrayDescr_Check by PyArray_DescrCheck. Found by trac user komnomnomnom. Closes #588. --- doc/source/reference/c-api.array.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/source/reference/c-api.array.rst') diff --git a/doc/source/reference/c-api.array.rst b/doc/source/reference/c-api.array.rst index 323ca0655..fcc4e6915 100644 --- a/doc/source/reference/c-api.array.rst +++ b/doc/source/reference/c-api.array.rst @@ -2583,7 +2583,7 @@ Data-type descriptors unless otherwise noted. Therefore, you must own a reference to any data-type object used as input to such a function. -.. cfunction:: int PyArrayDescr_Check(PyObject* obj) +.. cfunction:: int PyArray_DescrCheck(PyObject* obj) Evaluates as true if *obj* is a data-type object ( :ctype:`PyArray_Descr *` ). -- cgit v1.2.1