Skip to content

Commit 6008dc4

Browse files
georgegeddesdcherian
authored andcommitted
Make Dataset.copy docstring match behavior (#2491)
1 parent f9f4903 commit 6008dc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xarray/core/dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ def copy(self, deep=False, data=None):
727727
----------
728728
deep : bool, optional
729729
Whether each component variable is loaded into memory and copied onto
730-
the new object. Default is True.
730+
the new object. Default is False.
731731
data : dict-like, optional
732732
Data to use in the new object. Each item in `data` must have same
733733
shape as corresponding data variable in original. When `data` is

0 commit comments

Comments
 (0)