summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.txt2
-rw-r--r--docs/whatsnew-1.1.rst3
2 files changed, 2 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index f1c153f3f..1a0573278 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -14,7 +14,7 @@ Features
``path_info``, attribute rather than it's ``subpath`` attribute (the
inverse was true of ``pyramid.view.static``, and still is).
``pyramid.static.static_view`` exposes a ``use_subpath`` flag for use when
- you don't want the static view to behave like the older deprecated version.
+ you want the static view to behave like the older deprecated version.
Deprecations
------------
diff --git a/docs/whatsnew-1.1.rst b/docs/whatsnew-1.1.rst
index 388c40f46..dd4d488a0 100644
--- a/docs/whatsnew-1.1.rst
+++ b/docs/whatsnew-1.1.rst
@@ -264,8 +264,7 @@ Minor Feature Additions
``subpath`` attribute (the inverse was true of
:class:`pyramid.view.static`, and still is).
:class:`pyramid.static.static_view` exposes a ``use_subpath`` flag for use
- when you don't want the static view to behave like the older deprecated
- version.
+ when you want the static view to behave like the older deprecated version.
Backwards Incompatibilities
---------------------------