Skip to content

Commit 9b8fc9b

Browse files
committed
clarify that it's the data in each node that was previously unrelated
1 parent b245bdd commit 9b8fc9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/user-guide/hierarchical-data.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ Exact aligment means that shared dimensions must be the same length, and indexes
662662

663663
.. note::
664664
If you were a previous user of the prototype `xarray-contrib/datatree <https://github.com/xarray-contrib/datatree>`_ package, this is different from what you're used to!
665-
In that package the data model was that nodes actually were completely unrelated. The data model is now slightly stricter.
665+
In that package the data model was that the data stored in each node actually was completely unrelated. The data model is now slightly stricter.
666666
This allows us to provide features like :ref:`coordinate-inheritance`. See the migration guide for more details on the differences (LINK).
667667

668668
To demonstrate, let's first generate some example datasets which are not aligned with one another:

0 commit comments

Comments
 (0)