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 /docs | |
| parent | c425a46b73a96c484de50dd9eea1595389f37b3d (diff) | |
| download | pyramid-10408c799257d6727c968d63cf439b1ebfbfd335.tar.gz pyramid-10408c799257d6727c968d63cf439b1ebfbfd335.tar.bz2 pyramid-10408c799257d6727c968d63cf439b1ebfbfd335.zip | |
typo
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/whatsnew-1.1.rst | 3 |
1 files changed, 1 insertions, 2 deletions
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 --------------------------- |
