From df97c6aa65dcb12f7549055f317a7b30611c2207 Mon Sep 17 00:00:00 2001 From: Casey Duncan Date: Sun, 5 Dec 2010 10:41:31 -0700 Subject: remove obsolete reference --- docs/narr/views.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/narr/views.rst b/docs/narr/views.rst index 320d20b0e..be0861d4b 100644 --- a/docs/narr/views.rst +++ b/docs/narr/views.rst @@ -1628,7 +1628,7 @@ When the decorator is used against a class method, a view is registered for the *class*, so the class constructor must accept an argument list in one of two forms: either it must accept a single argument ``request`` or it must accept two arguments, ``context, -request`` as per :ref:`request_and_context_view_definitions`. +request``. The method which is decorated must return a :term:`response` or it must rely on a :term:`renderer` to generate one. -- cgit v1.2.3