diff options
author | Rohit Goswami <rog32@hi.is> | 2022-10-10 16:00:08 +0200 |
---|---|---|
committer | Rohit Goswami <rog32@hi.is> | 2022-10-10 16:00:08 +0200 |
commit | eec7fdf0c35babf65c808ca7d96b50efa3b4888c (patch) | |
tree | bbf136930d982610d7dbacdc08892c96a3532b25 /doc/source/reference/c-api/array.rst | |
parent | 72f573c9c71092ff3ed59f7818f1b178cb5c6deb (diff) | |
download | numpy-eec7fdf0c35babf65c808ca7d96b50efa3b4888c.tar.gz |
DOC: Add reference links and switch to PyCapsule
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 8ea78ae2e..bb22a1b03 100644 --- a/doc/source/reference/c-api/array.rst +++ b/doc/source/reference/c-api/array.rst @@ -152,7 +152,7 @@ and its sub-types). .. c:function:: int PyArray_FinalizeFunc(PyArrayObject* arr, PyObject* obj) - The function pointed to by the Capsule + The function pointed to by the :c:type:`PyCapsule` :obj:`~numpy.class.__array_finalize__`. The first argument is the newly created sub-type. The second argument (if not NULL) is the "parent" array (if the array was created using |