summaryrefslogtreecommitdiff
path: root/doc/source/reference/c-api
diff options
context:
space:
mode:
authoryuki <drsuaimqjgar@gmail.com>2023-04-07 04:28:16 +0000
committeryuki <drsuaimqjgar@gmail.com>2023-04-07 23:31:24 +0000
commit2bf01659d34ac1b325ffa39b76a82eb1fc935ad7 (patch)
treed430880c22900c22b201a0d9fa94e10ccd58e8f4 /doc/source/reference/c-api
parent954aa5856c9812b71162415b6573b397368a1da7 (diff)
downloadnumpy-2bf01659d34ac1b325ffa39b76a82eb1fc935ad7.tar.gz
DOC: Fix missing punctuation in `array.rst`
[skip ci]
Diffstat (limited to 'doc/source/reference/c-api')
-rw-r--r--doc/source/reference/c-api/array.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/reference/c-api/array.rst b/doc/source/reference/c-api/array.rst
index 79f5e32dc..6abcae576 100644
--- a/doc/source/reference/c-api/array.rst
+++ b/doc/source/reference/c-api/array.rst
@@ -3587,7 +3587,7 @@ Miscellaneous Macros
clears the flags, `DECREF` s
`obj->base` and makes it writeable, and sets ``obj->base`` to NULL. In
contrast to :c:func:`PyArray_ResolveWritebackIfCopy` it makes no attempt
- to copy the data from `obj->base` This undoes
+ to copy the data from `obj->base`. This undoes
:c:func:`PyArray_SetWritebackIfCopyBase`. Usually this is called after an
error when you are finished with ``obj``, just before ``Py_DECREF(obj)``.
It may be called multiple times, or with ``NULL`` input.