summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2010-01-21 05:29:48 +0000
committerChris McDonough <chrism@agendaless.com>2010-01-21 05:29:48 +0000
commit8301bc99420ae3dd05ae4d33fdde8c83a16598f1 (patch)
tree2c3ba3ad9a81130d59c9ec655c6437dbf8f26da7 /docs
parentf17a4a48783d9f76c634c173bb974d8baa297ef3 (diff)
downloadpyramid-8301bc99420ae3dd05ae4d33fdde8c83a16598f1.tar.gz
pyramid-8301bc99420ae3dd05ae4d33fdde8c83a16598f1.tar.bz2
pyramid-8301bc99420ae3dd05ae4d33fdde8c83a16598f1.zip
Diffstat (limited to 'docs')
-rw-r--r--docs/errata.rst14
-rw-r--r--docs/narr/views.rst10
2 files changed, 19 insertions, 5 deletions
diff --git a/docs/errata.rst b/docs/errata.rst
index 54a85b3bd..a77c393c1 100644
--- a/docs/errata.rst
+++ b/docs/errata.rst
@@ -15,3 +15,17 @@ Should read:
separated from traversal entirely."
+pp. 103
+-------
+
+The sentence:
+
+ "The Context Finding and View Lookup (pp. 57) describes how a
+ context and a view name are computed using information from the
+ request. "
+
+Should read:
+
+ "The chapter named Context Finding and View Lookup (pp. 57)
+ describes how, using information from the request, a context and a
+ view name are computed ."
diff --git a/docs/narr/views.rst b/docs/narr/views.rst
index 368b09737..7e6577df8 100644
--- a/docs/narr/views.rst
+++ b/docs/narr/views.rst
@@ -18,11 +18,11 @@ a request made to your application.
that implements a view *callable*, and the process of view
*lookup*.
-The :ref:`contextfinding_chapter` describes how a :term:`context` and
-a :term:`view name` are computed using information from the
-:term:`request`. But neither the context nor the view name found are
-very useful unless those elements can eventually be mapped to a
-:term:`view callable`.
+The chapter named :ref:`contextfinding_chapter` describes how, using
+information from the :term:`request`, a :term:`context` and a
+:term:`view name` are computed. But neither the context nor the view
+name found are very useful unless those elements can eventually be
+mapped to a :term:`view callable`.
The job of actually locating and invoking the "best" :term:`view
callable` is the job of the :term:`view lookup` subsystem. The view