Skip to content

Commit

Permalink
fix comment from open_dataset to open_datatree
Browse files Browse the repository at this point in the history
Co-authored-by: Justus Magin <keewis@users.noreply.github.com>
  • Loading branch information
flamingbear and keewis committed Feb 12, 2024
1 parent afba7ba commit aab1744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xarray/backends/api.py
Expand Up @@ -804,7 +804,7 @@ def open_datatree(
engine : str, optional
Xarray backend engine to use. Valid options include `{"netcdf4", "h5netcdf", "zarr"}`.
**kwargs : dict
Additional keyword arguments passed to :py:meth:`~xarray.open_dataset` for each group.
Additional keyword arguments passed to :py:func:`~xarray.open_datatree` for each group.
Returns
-------
xarray.DataTree
Expand Down

0 comments on commit aab1744

Please sign in to comment.