Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC: fix a couple typos in 1.23 notes #22831

Merged
merged 1 commit into from Dec 19, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/source/release/1.23.0-notes.rst
Expand Up @@ -83,8 +83,8 @@ Expired deprecations
* The ``UPDATEIFCOPY`` array flag has been removed together with the enum
``NPY_ARRAY_UPDATEIFCOPY``. The associated (and deprecated)
``PyArray_XDECREF_ERR`` was also removed. These were all deprecated in 1.14. They
are replaced by ``WRITEBACKIFCOPY``, that requires calling
``PyArray_ResoveWritebackIfCopy`` before the array is deallocated.
are replaced by ``NPY_ARRAY_WRITEBACKIFCOPY``, that requires calling
``PyArray_ResolveWritebackIfCopy`` before the array is deallocated.

(`gh-20589 <https://github.com/numpy/numpy/pull/20589>`__)

Expand Down