From 3c40c67500a765909d07c80339a76ede245a1d09 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 25 Jul 2008 00:14:11 +0000 Subject: More glossary lovin. --- docs/tutorials/lxmlgraph/step03.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs/tutorials/lxmlgraph/step03.rst') diff --git a/docs/tutorials/lxmlgraph/step03.rst b/docs/tutorials/lxmlgraph/step03.rst index ca8e6837b..25d6ce638 100644 --- a/docs/tutorials/lxmlgraph/step03.rst +++ b/docs/tutorials/lxmlgraph/step03.rst @@ -73,8 +73,9 @@ Look, a template! Life is better with templating: #. Line 6 sure looks interesting. It uses the ``node`` that we passed in via ``render_template_to_response``. Since ``z3c.pt`` uses Python as its expession language, we can put anything Python-legal - between the braces. And since ``node`` is an lxml Element object, - we just ask for its ``.tag``, like regular Python lxml code. + between the braces. And since ``node`` is an ``lxml`` ``Element`` + object, we just ask for its ``.tag``, like regular Python ``lxml`` + code. Viewing the ZPT ------------------ -- cgit v1.2.3