summaryrefslogtreecommitdiff
path: root/doc/source/reference/c-api.array.rst
diff options
context:
space:
mode:
authorMichael Seifert <michaelseifert04@yahoo.de>2017-03-27 00:00:17 +0200
committerMichael Seifert <michaelseifert04@yahoo.de>2017-03-27 00:00:17 +0200
commit0e2c648d93cdfe659a073b9f03ca7036917d5b7f (patch)
tree09316c16be84c6a0bcc55997fd6d1ca5370b0dda /doc/source/reference/c-api.array.rst
parent5d315b3131583a11ee92945e8e553cd819d6713d (diff)
downloadnumpy-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.rst2
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*