summaryrefslogtreecommitdiff
path: root/numpy/lib/arraysetops.py
diff options
context:
space:
mode:
authorJason Thai <jasonnthaii@gmail.com>2022-05-29 00:49:19 -0700
committerGitHub <noreply@github.com>2022-05-29 00:49:19 -0700
commit350b3fe83ff48bb9b87e06e8b1c0be6072141f39 (patch)
tree7582f02279518d9d99d900f1ab21eb2ce4e965ac /numpy/lib/arraysetops.py
parent345ced482bac1c974d6bc8b70b101293d76a16e1 (diff)
downloadnumpy-350b3fe83ff48bb9b87e06e8b1c0be6072141f39.tar.gz
DOC: Update 21623 release documentation
Co-authored-by: Matti Picus <matti.picus@gmail.com>
Diffstat (limited to 'numpy/lib/arraysetops.py')
-rw-r--r--numpy/lib/arraysetops.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/lib/arraysetops.py b/numpy/lib/arraysetops.py
index 28aede464..53930850e 100644
--- a/numpy/lib/arraysetops.py
+++ b/numpy/lib/arraysetops.py
@@ -165,7 +165,7 @@ def unique(ar, return_index=False, return_inverse=False,
equal_nans : bool, optional
If True, collapses multiple NaN values in return array into 1
- .. versionchanged: NumPy 1.24
+ .. versionchanged: 1.24
axis : int or None, optional
The axis to operate on. If None, `ar` will be flattened. If an integer,