diff options
| author | Carlos de la Guardia <cguardia@yahoo.com> | 2011-07-14 11:07:39 -0700 |
|---|---|---|
| committer | Carlos de la Guardia <cguardia@yahoo.com> | 2011-07-14 11:07:39 -0700 |
| commit | 01895d10b5de268089ebf4f0f4ab2812c1d0cc85 (patch) | |
| tree | 55dec9014dd4870c7dc4c6696fb8c616a52160e0 /docs | |
| parent | f7afa751d7ca36a97474099c30923eeeade33b03 (diff) | |
| download | pyramid-01895d10b5de268089ebf4f0f4ab2812c1d0cc85.tar.gz pyramid-01895d10b5de268089ebf4f0f4ab2812c1d0cc85.tar.bz2 pyramid-01895d10b5de268089ebf4f0f4ab2812c1d0cc85.zip | |
Removed superfluous 'and'
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/install.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/install.rst b/docs/narr/install.rst index 837db5a94..be35d9fc2 100644 --- a/docs/narr/install.rst +++ b/docs/narr/install.rst @@ -14,7 +14,7 @@ run :app:`Pyramid`. .. sidebar:: Python Versions - As of this writing, :app:`Pyramid` has been tested under Python 2.5.5 and + As of this writing, :app:`Pyramid` has been tested under Python 2.5.5, Python 2.6.6, and Python 2.7.2. :app:`Pyramid` does not run under any version of Python before 2.5, and does not yet run under Python 3.X. |
