From 6d1347aaae048beaeb5366c3c2df947417509535 Mon Sep 17 00:00:00 2001 From: Casey Duncan Date: Thu, 2 Dec 2010 22:20:58 -0700 Subject: remove double negative --- docs/narr/views.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/narr/views.rst b/docs/narr/views.rst index e8ed6a557..56e86bc7a 100644 --- a/docs/narr/views.rst +++ b/docs/narr/views.rst @@ -979,10 +979,10 @@ that it will only be called when the route matched has a name of given exception in the system: the "most specific" one will be called 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 -to look up an exception view is always the empty string. Views -registered as exception views which have a name will be ignored. +The only view predicate that cannot be used successfully when creating +an exception view configuration is ``name``. The name used to look up +an exception view is always the empty string. Views registered as +exception views which have a name will be ignored. .. note:: -- cgit v1.2.3