File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1705,7 +1705,7 @@ def stack(
1705
1705
----------
1706
1706
dimensions : Mapping of the form new_name=(dim1, dim2, ...)
1707
1707
Names of new dimensions, and the existing dimensions that they
1708
- replace. Passing a list with an ellipsis will stack over all
1708
+ replace. Passing a list with an ellipsis (`[...]`) will stack over all
1709
1709
dimensions.
1710
1710
**dimensions_kwargs:
1711
1711
The keyword arguments form of ``dimensions``.
Original file line number Diff line number Diff line change @@ -3279,7 +3279,7 @@ def stack(
3279
3279
----------
3280
3280
dimensions : Mapping of the form new_name=(dim1, dim2, ...)
3281
3281
Names of new dimensions, and the existing dimensions that they
3282
- replace. Passing a list with an ellipsis will stack over all
3282
+ replace. Passing a list with an ellipsis (`[...]`) will stack over all
3283
3283
dimensions.
3284
3284
**dimensions_kwargs:
3285
3285
The keyword arguments form of ``dimensions``.
You can’t perform that action at this time.
0 commit comments