summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/views.rst2
1 files changed, 1 insertions, 1 deletions
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.