summaryrefslogtreecommitdiff
path: root/docs/tutorials/lxmlgraph/step02.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2008-07-25 16:18:21 +0000
committerChris McDonough <chrism@agendaless.com>2008-07-25 16:18:21 +0000
commitf6dd1a0b498be0de3e33b4a9663a601e4925d210 (patch)
tree439e6331c65c5662578a3926fac4c9b529c32181 /docs/tutorials/lxmlgraph/step02.rst
parent992ef769cbbcb7a47b53d299e551b70d80e993b9 (diff)
downloadpyramid-f6dd1a0b498be0de3e33b4a9663a601e4925d210.tar.gz
pyramid-f6dd1a0b498be0de3e33b4a9663a601e4925d210.tar.bz2
pyramid-f6dd1a0b498be0de3e33b4a9663a601e4925d210.zip
Tweaks via interactive testing.
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,