diff options
Diffstat (limited to 'docs/tutorials/lxmlgraph/step02/myapp/views.py')
| -rw-r--r-- | docs/tutorials/lxmlgraph/step02/myapp/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
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__, |
