Skip to content

Commit 43aa4ec

Browse files
committed
docstring
1 parent 2ec5167 commit 43aa4ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

xarray/core/dataarray.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1705,7 +1705,7 @@ def stack(
17051705
----------
17061706
dimensions : Mapping of the form new_name=(dim1, dim2, ...)
17071707
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
17091709
dimensions.
17101710
**dimensions_kwargs:
17111711
The keyword arguments form of ``dimensions``.

xarray/core/dataset.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3279,7 +3279,7 @@ def stack(
32793279
----------
32803280
dimensions : Mapping of the form new_name=(dim1, dim2, ...)
32813281
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
32833283
dimensions.
32843284
**dimensions_kwargs:
32853285
The keyword arguments form of ``dimensions``.

0 commit comments

Comments
 (0)