We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3388ab4 commit c6e5744Copy full SHA for c6e5744
src/array_api_extra/_funcs.py
@@ -65,7 +65,7 @@ def expand_dims(
65
a : array
66
axis : int or tuple of ints
67
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.
+ If multiple positions are provided, they should be unique.
69
Default: ``(0,)``.
70
xp : array_namespace
71
The standard-compatible namespace for `a`.
0 commit comments