File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -524,7 +524,7 @@ keys), and so has the same key properties:
524
524
A single :py:class: `~xarray.DataTree ` object acts much like a single :py:class: `~xarray.Dataset ` object, and
525
525
has a similar set of dict-like methods defined upon it. However, :py:class: `~xarray.DataTree `\s
526
526
can also contain other :py:class: `~xarray.DataTree ` objects, so they can be thought of as
527
- nested dict-like containers of both :py:class: `xarray.DataArray `\s and :py:class: `~xarray.DataTree `\s .
527
+ nested dict-like containers of both :py:class: `xarray.Dataset `\s and :py:class: `~xarray.DataTree `\s .
528
528
529
529
A single datatree object is known as a "node", and its position relative to
530
530
other nodes is defined by two more key properties:
@@ -558,7 +558,7 @@ specifying the nodes' relationship to one another as you create each one.
558
558
The :py:class: `~xarray.DataTree ` constructor takes:
559
559
560
560
- ``dataset ``: The data that will be stored in this node, represented by a single
561
- :py:class: `xarray.Dataset `, or a named :py:class: ` xarray.DataArray ` .
561
+ :py:class: `xarray.Dataset `.
562
562
- ``children ``: The various child nodes (if there are any), given as a mapping
563
563
from string keys to :py:class: `~xarray.DataTree ` objects.
564
564
- ``name ``: A string to use as the name of this node.
You can’t perform that action at this time.
0 commit comments