From 416b5e64eb7f4c01e46ad8ecf8bce81d831817de Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 28 Nov 2009 03:08:28 +0000 Subject: Fix. --- docs/narr/views.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/narr/views.rst') diff --git a/docs/narr/views.rst b/docs/narr/views.rst index c7c0a640e..181a295b5 100644 --- a/docs/narr/views.rst +++ b/docs/narr/views.rst @@ -13,8 +13,8 @@ shorthand as a :term:`view`. might be found as the result of a request. Most views accept a single argument: ``request``. This argument -represents a WebOb Request object representing the current WSGI -request. +represents a :term:`WebOb` :term:`Request` object representing the +current HTTP request. A view callable may always return a :term:`WebOb` :term:`Response` object directly. It may optionally return another arbitrary @@ -98,7 +98,7 @@ represent the method expected to return a response, you can use an ``attr`` value as part of view configuration. See :ref:`view_configuration`. -.. _request_only_view_definitions: +.. _request_and_context_view_definitions: Request-And-Context View Definitions ------------------------------------ -- cgit v1.2.3