diff options
author | Matti Picus <matti.picus@gmail.com> | 2020-10-25 08:03:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-25 08:03:52 +0200 |
commit | 119a0330c9cbeb13fbf8801b4f5d956659ff92cc (patch) | |
tree | 5c5a9e7ac61349c098a6f5f293641962c689bb52 /doc/source/reference/arrays.ndarray.rst | |
parent | 56388f8f582b7800bc3af84958e2d1b0eae1bc05 (diff) | |
parent | bc90452a095424bf837736a8615407ab4f1dd649 (diff) | |
download | numpy-119a0330c9cbeb13fbf8801b4f5d956659ff92cc.tar.gz |
Merge pull request #17627 from takanori-pskq/i13114-array-struct
DOC: Fix the references for ``__array_*__``
Diffstat (limited to 'doc/source/reference/arrays.ndarray.rst')
-rw-r--r-- | doc/source/reference/arrays.ndarray.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/source/reference/arrays.ndarray.rst b/doc/source/reference/arrays.ndarray.rst index 405ae8f6a..6b805904a 100644 --- a/doc/source/reference/arrays.ndarray.rst +++ b/doc/source/reference/arrays.ndarray.rst @@ -259,10 +259,10 @@ Array interface .. seealso:: :ref:`arrays.interface`. -========================== =================================== -:obj:`__array_interface__` Python-side of the array interface -:obj:`__array_struct__` C-side of the array interface -========================== =================================== +================================== =================================== +:obj:`~object.__array_interface__` Python-side of the array interface +:obj:`~object.__array_struct__` C-side of the array interface +================================== =================================== :mod:`ctypes` foreign function interface ---------------------------------------- |