Skip to content

Commit aab1744

Browse files
flamingbearkeewis
andauthored
fix comment from open_dataset to open_datatree
Co-authored-by: Justus Magin <[email protected]>
1 parent afba7ba commit aab1744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xarray/backends/api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -804,7 +804,7 @@ def open_datatree(
804804
engine : str, optional
805805
Xarray backend engine to use. Valid options include `{"netcdf4", "h5netcdf", "zarr"}`.
806806
**kwargs : dict
807-
Additional keyword arguments passed to :py:meth:`~xarray.open_dataset` for each group.
807+
Additional keyword arguments passed to :py:func:`~xarray.open_datatree` for each group.
808808
Returns
809809
-------
810810
xarray.DataTree

0 commit comments

Comments
 (0)