diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/errata.rst | 14 | ||||
| -rw-r--r-- | docs/narr/views.rst | 10 |
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 |
