From b751a50ea93c153823b5d159f825d6a5a1813d95 Mon Sep 17 00:00:00 2001 From: Casey Duncan Date: Thu, 2 Dec 2010 22:18:28 -0700 Subject: remove word which --- docs/narr/views.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/narr/views.rst b/docs/narr/views.rst index ab6a108da..e8ed6a557 100644 --- a/docs/narr/views.rst +++ b/docs/narr/views.rst @@ -977,8 +977,7 @@ The above exception view names the ``route_name`` of ``home``, meaning that it will only be called when the route matched has a name of ``home``. You can therefore have more than one exception view for any given exception in the system: the "most specific" one will be called -when the set of request circumstances which match the view -registration. +when the set of request circumstances match the view registration. The only view predicate that cannot be not be used successfully when creating an exception view configuration is ``name``. The name used -- cgit v1.2.3