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

doc typo: Update data-structures.rst #299

Merged
merged 1 commit into from
Jan 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/data-structures.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Again these are not normally used unless explicitly accessed by the user.
Creating a DataTree
~~~~~~~~~~~~~~~~~~~

One way to create a create a ``DataTree`` from scratch is to create each node individually,
One way to create a ``DataTree`` from scratch is to create each node individually,
specifying the nodes' relationship to one another as you create each one.

The ``DataTree`` constructor takes:
Expand Down
Loading