diff options
| author | Chris McDonough <chrism@plope.com> | 2011-07-14 01:18:46 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-07-14 01:18:46 -0400 |
| commit | 10408c799257d6727c968d63cf439b1ebfbfd335 (patch) | |
| tree | 7a355e0369cafd592d2ee6111ca680ce723c5a11 | |
| parent | c425a46b73a96c484de50dd9eea1595389f37b3d (diff) | |
| download | pyramid-10408c799257d6727c968d63cf439b1ebfbfd335.tar.gz pyramid-10408c799257d6727c968d63cf439b1ebfbfd335.tar.bz2 pyramid-10408c799257d6727c968d63cf439b1ebfbfd335.zip | |
typo
| -rw-r--r-- | CHANGES.txt | 2 | ||||
| -rw-r--r-- | docs/whatsnew-1.1.rst | 3 |
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 --------------------------- |
