From 350b3fe83ff48bb9b87e06e8b1c0be6072141f39 Mon Sep 17 00:00:00 2001 From: Jason Thai Date: Sun, 29 May 2022 00:49:19 -0700 Subject: DOC: Update 21623 release documentation Co-authored-by: Matti Picus --- numpy/lib/arraysetops.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/lib/arraysetops.py') 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, -- cgit v1.2.1