From 0e2c648d93cdfe659a073b9f03ca7036917d5b7f Mon Sep 17 00:00:00 2001 From: Michael Seifert Date: Mon, 27 Mar 2017 00:00:17 +0200 Subject: DOC: Included correct destination for "&PyArray_Type" link. --- 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 f40783e06..bbd247f6b 100644 --- a/doc/source/reference/c-api.array.rst +++ b/doc/source/reference/c-api.array.rst @@ -204,7 +204,7 @@ From scratch new array is *descr*. If *subtype* is of an array subclass instead of the base - :c:data:`&PyArray_Type`, then *obj* is the object to pass to + :c:data:`&PyArray_Type`, then *obj* is the object to pass to the :obj:`__array_finalize__` method of the subclass. If *data* is ``NULL``, then new memory will be allocated and *flags* -- cgit v1.2.1