summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMukulika <60316606+Mukulikaa@users.noreply.github.com>2023-03-02 13:03:21 +0530
committerGitHub <noreply@github.com>2023-03-02 13:03:21 +0530
commit6a819d660afddaf3e9fba6de00f8f4d366813a5c (patch)
treea4838b05fd3f432849ce08cd59d3a51dba7cdcad /doc
parent6b0b97adc8b726ebc5e95643b21c175c0a71a7f4 (diff)
parent2750930a84f3b1e0ac4b2da4e61b33e1040048e4 (diff)
downloadnumpy-6a819d660afddaf3e9fba6de00f8f4d366813a5c.tar.gz
Merge pull request #23311 from F3eQnxN3RriK/fix-docs-typo
DOC: Fix a typo
Diffstat (limited to 'doc')
-rw-r--r--doc/source/release/1.15.0-notes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/release/1.15.0-notes.rst b/doc/source/release/1.15.0-notes.rst
index 2d9d068e5..e84386f0f 100644
--- a/doc/source/release/1.15.0-notes.rst
+++ b/doc/source/release/1.15.0-notes.rst
@@ -92,7 +92,7 @@ Deprecations
``np.sum(np.from_iter(generator))`` or the built-in Python ``sum`` instead.
* Users of the C-API should call ``PyArrayResolveWriteBackIfCopy`` or
- ``PyArray_DiscardWritbackIfCopy`` on any array with the ``WRITEBACKIFCOPY``
+ ``PyArray_DiscardWritebackIfCopy`` on any array with the ``WRITEBACKIFCOPY``
flag set, before deallocating the array. A deprecation warning will be
emitted if those calls are not used when needed.