diff options
author | Michael Seifert <michaelseifert04@yahoo.de> | 2017-03-27 00:00:17 +0200 |
---|---|---|
committer | Michael Seifert <michaelseifert04@yahoo.de> | 2017-03-27 00:00:17 +0200 |
commit | 0e2c648d93cdfe659a073b9f03ca7036917d5b7f (patch) | |
tree | 09316c16be84c6a0bcc55997fd6d1ca5370b0dda /doc/source/reference/c-api.array.rst | |
parent | 5d315b3131583a11ee92945e8e553cd819d6713d (diff) | |
download | numpy-0e2c648d93cdfe659a073b9f03ca7036917d5b7f.tar.gz |
DOC: Included correct destination for "&PyArray_Type" link.
Diffstat (limited to 'doc/source/reference/c-api.array.rst')
-rw-r--r-- | doc/source/reference/c-api.array.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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<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* |