From 14c8095fd1f088dbfd27a450c9da6b0e0b4d9a6b Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 24 Jul 2008 20:54:31 +0000 Subject: Steps 1 & 2 appear sane. --- docs/tutorials/lxmlgraph/step02/myapp/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/tutorials/lxmlgraph/step02/myapp/views.py') diff --git a/docs/tutorials/lxmlgraph/step02/myapp/views.py b/docs/tutorials/lxmlgraph/step02/myapp/views.py index 205b4b163..75e390efb 100644 --- a/docs/tutorials/lxmlgraph/step02/myapp/views.py +++ b/docs/tutorials/lxmlgraph/step02/myapp/views.py @@ -1,6 +1,6 @@ from webob import Response -def my_hello_view(context, request): +def my_view(context, request): response = Response('Hello to %s from %s @ %s' % ( context.tag, context.__name__, -- cgit v1.2.3