Skip to content

Commit

Permalink
Use final location for DataTree doc strings
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 8c54465 commit afba7ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xarray/backends/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ def open_datatree(
Additional keyword arguments passed to :py:meth:`~xarray.open_dataset` for each group.
Returns
-------
xarray.core.datatree.DataTree
xarray.DataTree
"""
if engine is None:
engine = plugins.guess_engine(filename_or_obj)
Expand Down

0 comments on commit afba7ba

Please sign in to comment.