Skip to content

Commit 5641c35

Browse files
dcherianmax-sixty
andauthored
Update xarray/core/dataarray.py
Co-authored-by: Maximilian Roos <[email protected]>
1 parent 7a5168d commit 5641c35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xarray/core/dataarray.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1928,7 +1928,7 @@ def T(self) -> "DataArray":
19281928
def drop_vars(
19291929
self, names: Union[Hashable, Iterable[Hashable]], *, errors: str = "raise"
19301930
) -> "DataArray":
1931-
"""Drop variables from this DataArray. *Not* done inplace.
1931+
"""Returns an array with dropped variables.
19321932
19331933
Parameters
19341934
----------

0 commit comments

Comments
 (0)