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

Commit

Permalink
Update data-structures.rst (#299)
Browse files Browse the repository at this point in the history
typo found while reading the docs
  • Loading branch information
flamingbear authored Jan 17, 2024
1 parent a41c1df commit b07393b
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit b07393b

Please sign in to comment.