summaryrefslogtreecommitdiff
path: root/docs/narr/views.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-11-28 03:08:28 +0000
committerChris McDonough <chrism@agendaless.com>2009-11-28 03:08:28 +0000
commit416b5e64eb7f4c01e46ad8ecf8bce81d831817de (patch)
tree52751d8c7735fe5ee0db00343064a08ebdc866c6 /docs/narr/views.rst
parent6103bf8050466329aba930df000f042dbdff8efa (diff)
downloadpyramid-416b5e64eb7f4c01e46ad8ecf8bce81d831817de.tar.gz
pyramid-416b5e64eb7f4c01e46ad8ecf8bce81d831817de.tar.bz2
pyramid-416b5e64eb7f4c01e46ad8ecf8bce81d831817de.zip
Fix.
Diffstat (limited to 'docs/narr/views.rst')
-rw-r--r--docs/narr/views.rst6
1 files changed, 3 insertions, 3 deletions
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
------------------------------------