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

Commit b07393b

Browse files
authored
Update data-structures.rst (#299)
typo found while reading the docs
1 parent a41c1df commit b07393b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/data-structures.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Again these are not normally used unless explicitly accessed by the user.
7575
Creating a DataTree
7676
~~~~~~~~~~~~~~~~~~~
7777

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

8181
The ``DataTree`` constructor takes:

0 commit comments

Comments
 (0)