From 837916cfe47223dad034fe8c6dccce60d9836d68 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 24 Jul 2008 18:57:17 +0000 Subject: Get rid of duplicate info in lxmlgraph tutorial. --- docs/tutorials/lxmlgraph/step03.rst | 6 ++++-- 1 file changed, 4 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 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: -- cgit v1.2.3