Skip to content

Commit 3eca7a6

Browse files
committed
DOC: fix +NORMALIZE_WHITESPACE for unique_all example
[skip actions][skip azp][skip cirrus]
1 parent cfb0971 commit 3eca7a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy/lib/_arraysetops_impl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ def unique_all(x):
435435
436436
Examples
437437
--------
438-
>>> np.unique_all([1, 1, 2])
438+
>>> np.unique_all([1, 1, 2]) # doctest: +NORMALIZE_WHITESPACE
439439
UniqueAllResult(
440440
values=array([1, 2]),
441441
indices=array([0, 2]),

0 commit comments

Comments
 (0)