Skip to content

Commit 40fab1b

Browse files
David Carondcherian
authored andcommitted
fix docstring for combine_first: returns a Dataset (#3683)
1 parent 099c090 commit 40fab1b

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
@@ -4152,7 +4152,7 @@ def combine_first(self, other: "Dataset") -> "Dataset":
41524152
41534153
Returns
41544154
-------
4155-
DataArray
4155+
Dataset
41564156
"""
41574157
out = ops.fillna(self, other, join="outer", dataset_join="outer")
41584158
return out

0 commit comments

Comments
 (0)