Skip to content

Commit c6e5744

Browse files
committed
DOC: expand_dims: correct docs
1 parent 3388ab4 commit c6e5744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/array_api_extra/_funcs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def expand_dims(
6565
a : array
6666
axis : int or tuple of ints
6767
Position(s) in the expanded axes where the new axis (or axes) is/are placed.
68-
If multiple positions are provided, they should be unique and increasing.
68+
If multiple positions are provided, they should be unique.
6969
Default: ``(0,)``.
7070
xp : array_namespace
7171
The standard-compatible namespace for `a`.

0 commit comments

Comments
 (0)