summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCasey Duncan <casey.duncan@gmail.com>2010-12-02 22:20:58 -0700
committerCasey Duncan <casey.duncan@gmail.com>2010-12-02 22:20:58 -0700
commit6d1347aaae048beaeb5366c3c2df947417509535 (patch)
tree22f331b78861005e0fa3b4fa474e5381febaf16e /docs
parentb751a50ea93c153823b5d159f825d6a5a1813d95 (diff)
downloadpyramid-6d1347aaae048beaeb5366c3c2df947417509535.tar.gz
pyramid-6d1347aaae048beaeb5366c3c2df947417509535.tar.bz2
pyramid-6d1347aaae048beaeb5366c3c2df947417509535.zip
remove double negative
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/views.rst8
1 files changed, 4 insertions, 4 deletions
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::