diff options
author | takanori-pskq <takanori17h@gmail.com> | 2020-10-25 10:07:17 +0900 |
---|---|---|
committer | takanori-pskq <takanori17h@gmail.com> | 2020-10-25 10:07:17 +0900 |
commit | bc90452a095424bf837736a8615407ab4f1dd649 (patch) | |
tree | 07d95cfbdbf40dfc659b0e6d5af478639e49bd53 /doc/source/reference/arrays.ndarray.rst | |
parent | d483de0f32baec73b0856230dd35f08373ecbb85 (diff) | |
download | numpy-bc90452a095424bf837736a8615407ab4f1dd649.tar.gz |
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 ---------------------------------------- |