diff options
| author | Chris McDonough <chrism@plope.com> | 2011-12-09 13:03:03 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-12-09 13:03:03 -0500 |
| commit | b39beb8e943f5be7bdf9c0e2d9fa82ceac59cfda (patch) | |
| tree | 00673a377d1b3e41610643f7d89d80a100360111 /docs | |
| parent | b0238f6bdc8b957d2c9e7f9d2fc30d0e91dabf15 (diff) | |
| download | pyramid-b39beb8e943f5be7bdf9c0e2d9fa82ceac59cfda.tar.gz pyramid-b39beb8e943f5be7bdf9c0e2d9fa82ceac59cfda.tar.bz2 pyramid-b39beb8e943f5be7bdf9c0e2d9fa82ceac59cfda.zip | |
typo
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/whatsnew-1.3.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/whatsnew-1.3.rst b/docs/whatsnew-1.3.rst index 7b485a725..1d7ea1362 100644 --- a/docs/whatsnew-1.3.rst +++ b/docs/whatsnew-1.3.rst @@ -23,8 +23,8 @@ Pyramid no longer runs on Python 2.5. This includes the most recent release of Jython and the Python 2.5 version of Google App Engine. We could not easily "straddle" Python 2 and 3 versions and support Python 2 versions older than Python 2.6. You will need Python 2.6 or better to run this version of -Pyramid. If you need to use Pyramid on Python 2.5, you should use the most -recent 1.2.X release fo Pyramid there. +Pyramid. If you need to use Python 2.5, you should use the most recent 1.2.X +release of Pyramid. Though many Pyramid add-ons have releases which are already Python 3 compatible (in particular ``pyramid_debugtoolbar``, ``pyramid_jinja2``, |
