Skip to content

Commit 1715888

Browse files
committed
DOC: fix np.unique release notes [skip cirrus]
1 parent b296087 commit 1715888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/release/2.0.0-notes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1481,7 +1481,7 @@ the ``unique_inverse`` output is now shaped such that the input can be reconstru
14811481
directly using ``np.take(unique, unique_inverse)`` when ``axis=None``, and
14821482
``np.take_along_axis(unique, unique_inverse, axis=axis)`` otherwise.
14831483

1484-
(`gh-25553 <https://github.com/numpy/numpy/pull/24126>`__,
1484+
(`gh-25553 <https://github.com/numpy/numpy/pull/25553>`__,
14851485
`gh-25570 <https://github.com/numpy/numpy/pull/25570>`__)
14861486

14871487
``any`` and ``all`` return booleans for object arrays

0 commit comments

Comments
 (0)