Skip to content

Commit

Permalink
fix docstring for combine_first: returns a Dataset (#3683)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Caron authored and dcherian committed Jan 11, 2020
1 parent 099c090 commit 40fab1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xarray/core/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -4152,7 +4152,7 @@ def combine_first(self, other: "Dataset") -> "Dataset":
Returns
-------
DataArray
Dataset
"""
out = ops.fillna(self, other, join="outer", dataset_join="outer")
return out
Expand Down

0 comments on commit 40fab1b

Please sign in to comment.