diff options
author | Matti Picus <matti.picus@gmail.com> | 2023-03-28 03:51:44 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-28 03:51:44 +0300 |
commit | 91c328239dca41d03a05d26b30265c54715af1da (patch) | |
tree | d71e442c0931c8e8c97bf37d0bc450b51603dea4 /doc/source/reference | |
parent | 001ef428bc593f9bf19e48d330d21639997b1c35 (diff) | |
parent | 71253205a46f4687b8538ad778b6af1dbe80c168 (diff) | |
download | numpy-91c328239dca41d03a05d26b30265c54715af1da.tar.gz |
Merge pull request #23474 from F3eQnxN3RriK/maint-missing-asterisk
MAINT: Fix missing asterisk
Diffstat (limited to 'doc/source/reference')
-rw-r--r-- | doc/source/reference/c-api/types-and-structures.rst | 2 |
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 |