From b803c68eae9d0744aab730de1d00d2a8bf3a184d Mon Sep 17 00:00:00 2001 From: Matt Savoie Date: Wed, 17 Jan 2024 13:01:39 -0700 Subject: [PATCH] Update data-structures.rst typo found while reading the docs --- docs/source/data-structures.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/data-structures.rst b/docs/source/data-structures.rst index 23dd8edf..02e4a31f 100644 --- a/docs/source/data-structures.rst +++ b/docs/source/data-structures.rst @@ -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: