summaryrefslogtreecommitdiff
path: root/docs/tutorials/lxmlgraph
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tutorials/lxmlgraph')
-rw-r--r--docs/tutorials/lxmlgraph/step04.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/lxmlgraph/step04.rst b/docs/tutorials/lxmlgraph/step04.rst
index 35e0b9aa9..59b6e6003 100644
--- a/docs/tutorials/lxmlgraph/step04.rst
+++ b/docs/tutorials/lxmlgraph/step04.rst
@@ -41,7 +41,7 @@ current hop in the URL. For ``repoze.lxmlgraph``, that "context"
object is a node in the XML document, found by traversing node
children.
-For the XSLT in Step 03, we passed in the context node. From the
+For the XSLT in Step 3, we passed in the context node. From the
XSLT's perpective, the universe started at the context node. It could
only see information in that node and the children beneath it.