Skip to content
This repository was archived by the owner on Oct 24, 2024. It is now read-only.

Commit 7ba0588

Browse files
brewsTomNicholas
andauthored
Fix minor typo (#246)
Co-authored-by: Tom Nicholas <thomas.nicholas@columbia.edu>
1 parent c059fb0 commit 7ba0588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The approach used here is based on benbovy's [`DatasetNode` example](https://gis
5252
You can create a `DataTree` object in 3 ways:
5353
1) Load from a netCDF file (or Zarr store) that has groups via `open_datatree()`.
5454
2) Using the init method of `DataTree`, which creates an individual node.
55-
You can then specify the nodes' relationships to one other, either by setting `.parent` and `.chlldren` attributes,
55+
You can then specify the nodes' relationships to one other, either by setting `.parent` and `.children` attributes,
5656
or through `__get/setitem__` access, e.g. `dt['path/to/node'] = DataTree()`.
5757
3) Create a tree from a dictionary of paths to datasets using `DataTree.from_dict()`.
5858

0 commit comments

Comments
 (0)