summaryrefslogtreecommitdiff
path: root/doc/source/reference/c-api/array.rst
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2023-04-08 21:45:14 +0300
committerGitHub <noreply@github.com>2023-04-08 21:45:14 +0300
commitfc7c2cd6ca9138c84635efc73cb177b915ae2641 (patch)
treeb0d8f748c2b77e75ef3bbce24212c7b27b554139 /doc/source/reference/c-api/array.rst
parentc9c5f4b62d02031d6587d94771e805a1dc1bc441 (diff)
parent2bf01659d34ac1b325ffa39b76a82eb1fc935ad7 (diff)
downloadnumpy-fc7c2cd6ca9138c84635efc73cb177b915ae2641.tar.gz
Merge pull request #23558 from F3eQnxN3RriK/doc-fix-punct-array
DOC: Fix missing punctuation in `array.rst`
Diffstat (limited to 'doc/source/reference/c-api/array.rst')
-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.