summaryrefslogtreecommitdiff
path: root/docs/tutorials/lxmlgraph/step03.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2008-07-24 18:57:17 +0000
committerChris McDonough <chrism@agendaless.com>2008-07-24 18:57:17 +0000
commit837916cfe47223dad034fe8c6dccce60d9836d68 (patch)
tree2af893fd33aa88cc52c34e4b22c53cb9cadca140 /docs/tutorials/lxmlgraph/step03.rst
parent1f884ec7a1e01a2bfd635c3dc6a13ca76e0d0e8d (diff)
downloadpyramid-837916cfe47223dad034fe8c6dccce60d9836d68.tar.gz
pyramid-837916cfe47223dad034fe8c6dccce60d9836d68.tar.bz2
pyramid-837916cfe47223dad034fe8c6dccce60d9836d68.zip
Get rid of duplicate info in lxmlgraph tutorial.
Diffstat (limited to 'docs/tutorials/lxmlgraph/step03.rst')
-rw-r--r--docs/tutorials/lxmlgraph/step03.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/tutorials/lxmlgraph/step03.rst b/docs/tutorials/lxmlgraph/step03.rst
index c7298e41d..6a585e37d 100644
--- a/docs/tutorials/lxmlgraph/step03.rst
+++ b/docs/tutorials/lxmlgraph/step03.rst
@@ -52,8 +52,10 @@ This function is relatively simple:
(context). The second is the XML node object for that hop
(context).
-In Step 01 and 02, we returned a WebOb Response object that we
-created. ``render_template_to_response`` makes a Response itself.
+In Step 02, we returned a WebOb Response object that we created.
+``render_template_to_response`` makes a Response itself. The
+response's status is always ``200 OK`` if you use this shortcut
+function.
Here's what the ZPT looks like: