From 8301bc99420ae3dd05ae4d33fdde8c83a16598f1 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 21 Jan 2010 05:29:48 +0000 Subject: --- docs/narr/views.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/narr') 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 -- cgit v1.2.3