From c1d2d38aac16dfda02447fa60371fc67fb82b8fe Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 3 Mar 2010 16:53:32 +0000 Subject: Wording fix (via Chris W). --- docs/narr/urldispatch.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/narr/urldispatch.rst b/docs/narr/urldispatch.rst index 81254d3a8..96c3f0575 100644 --- a/docs/narr/urldispatch.rst +++ b/docs/narr/urldispatch.rst @@ -136,10 +136,10 @@ Route Configuration That Names a View Callable ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ When a route configuration declaration names a ``view`` attribute, the -attribute will be a value that references a :term:`view callable`. A -view callable, as described in :ref:`views_chapter`, is -developer-supplied code that "does stuff" as the result of a request. -For more information about how to create view callables, see +value of the attribute will reference a :term:`view callable`. A view +callable, as described in :ref:`views_chapter`, is developer-supplied +code that "does stuff" as the result of a request. For more +information about how to create view callables, see :ref:`views_chapter`. Here's an example route configuration that references a view callable: -- cgit v1.2.3