Skip to content

Commit

Permalink
Merge pull request #22831 from charris/backport-22818
Browse files Browse the repository at this point in the history
DOC: fix a couple typos in 1.23 notes
  • Loading branch information
charris committed Dec 19, 2022
2 parents f28cdda + bbfdbac commit ac22ecd
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit ac22ecd

Please sign in to comment.