From 78ec7ac47a3ae1c20dba7e7b23cb28a220501b94 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 19 Jun 2009 08:09:16 +0000 Subject: Edit. --- docs/narr/views.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/narr') diff --git a/docs/narr/views.rst b/docs/narr/views.rst index 296ed674f..2b465b1d1 100644 --- a/docs/narr/views.rst +++ b/docs/narr/views.rst @@ -103,7 +103,7 @@ following types work as views in this style: return Response('OK') #. Arbitrary callables that have a ``__call__`` method that accepts - ``self, request``, e.g.:: + ``self, request``, e.g.:: from webob import Response -- cgit v1.2.3