Skip to content

Commit

Permalink
docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty committed Mar 4, 2020
1 parent 2ec5167 commit 43aa4ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion xarray/core/dataarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -1705,7 +1705,7 @@ def stack(
----------
dimensions : Mapping of the form new_name=(dim1, dim2, ...)
Names of new dimensions, and the existing dimensions that they
replace. Passing a list with an ellipsis will stack over all
replace. Passing a list with an ellipsis (`[...]`) will stack over all
dimensions.
**dimensions_kwargs:
The keyword arguments form of ``dimensions``.
Expand Down
2 changes: 1 addition & 1 deletion xarray/core/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -3279,7 +3279,7 @@ def stack(
----------
dimensions : Mapping of the form new_name=(dim1, dim2, ...)
Names of new dimensions, and the existing dimensions that they
replace. Passing a list with an ellipsis will stack over all
replace. Passing a list with an ellipsis (`[...]`) will stack over all
dimensions.
**dimensions_kwargs:
The keyword arguments form of ``dimensions``.
Expand Down

0 comments on commit 43aa4ec

Please sign in to comment.