summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryuki <drsuaimqjgar@gmail.com>2023-03-27 06:13:46 +0000
committeryuki <drsuaimqjgar@gmail.com>2023-03-27 06:13:46 +0000
commit71253205a46f4687b8538ad778b6af1dbe80c168 (patch)
tree2254c942b44fc4fd60319996f732d531c5b912ae
parent7761175e3df8ef30b09e2d71113251cd2de8f6f9 (diff)
downloadnumpy-71253205a46f4687b8538ad778b6af1dbe80c168.tar.gz
MAINT: Fix missing asterisk
-rw-r--r--doc/source/reference/c-api/types-and-structures.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/reference/c-api/types-and-structures.rst b/doc/source/reference/c-api/types-and-structures.rst
index 66bc04f05..8081576b5 100644
--- a/doc/source/reference/c-api/types-and-structures.rst
+++ b/doc/source/reference/c-api/types-and-structures.rst
@@ -122,7 +122,7 @@ PyArray_Type and PyArrayObject
``ndarraytypes.h`` points to this data member. :c:data:`NPY_MAXDIMS`
is the largest number of dimensions for any array.
- .. c:member:: npy_intp dimensions
+ .. c:member:: npy_intp *dimensions
An array of integers providing the shape in each dimension as
long as nd :math:`\geq` 1. The integer is always large enough