summaryrefslogtreecommitdiff
path: root/doc/source/reference/arrays.scalars.rst
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2020-10-25 08:03:52 +0200
committerGitHub <noreply@github.com>2020-10-25 08:03:52 +0200
commit119a0330c9cbeb13fbf8801b4f5d956659ff92cc (patch)
tree5c5a9e7ac61349c098a6f5f293641962c689bb52 /doc/source/reference/arrays.scalars.rst
parent56388f8f582b7800bc3af84958e2d1b0eae1bc05 (diff)
parentbc90452a095424bf837736a8615407ab4f1dd649 (diff)
downloadnumpy-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.scalars.rst')
-rw-r--r--doc/source/reference/arrays.scalars.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/reference/arrays.scalars.rst b/doc/source/reference/arrays.scalars.rst
index 24393f1e7..4b5da2e13 100644
--- a/doc/source/reference/arrays.scalars.rst
+++ b/doc/source/reference/arrays.scalars.rst
@@ -362,7 +362,7 @@ Attributes
==========
The array scalar objects have an :obj:`array priority
-<__array_priority__>` of :c:data:`NPY_SCALAR_PRIORITY`
+<class.__array_priority__>` of :c:data:`NPY_SCALAR_PRIORITY`
(-1,000,000.0). They also do not (yet) have a :attr:`ctypes <ndarray.ctypes>`
attribute. Otherwise, they share the same attributes as arrays: