summaryrefslogtreecommitdiff
path: root/docs/tutorials/lxmlgraph/step02.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tutorials/lxmlgraph/step02.rst')
-rw-r--r--docs/tutorials/lxmlgraph/step02.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/tutorials/lxmlgraph/step02.rst b/docs/tutorials/lxmlgraph/step02.rst
index a2c24b7a6..94aca07e4 100644
--- a/docs/tutorials/lxmlgraph/step02.rst
+++ b/docs/tutorials/lxmlgraph/step02.rst
@@ -35,7 +35,8 @@ your package:
:language: xml
#. Line 2 provides the root of the model as an XML ``<site>`` node.
- The element name doesn't have to be ``<site>``.
+ The element name doesn't have to be ``<site>``. It has a name of
+ ``site``.
#. In lines 3-4, the ``<site>`` contains 2 top-level children: a and
b. These are provided as an element name ``<document>``. This,