summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCarlos de la Guardia <cguardia@yahoo.com>2011-07-14 11:07:39 -0700
committerCarlos de la Guardia <cguardia@yahoo.com>2011-07-14 11:07:39 -0700
commit01895d10b5de268089ebf4f0f4ab2812c1d0cc85 (patch)
tree55dec9014dd4870c7dc4c6696fb8c616a52160e0 /docs
parentf7afa751d7ca36a97474099c30923eeeade33b03 (diff)
downloadpyramid-01895d10b5de268089ebf4f0f4ab2812c1d0cc85.tar.gz
pyramid-01895d10b5de268089ebf4f0f4ab2812c1d0cc85.tar.bz2
pyramid-01895d10b5de268089ebf4f0f4ab2812c1d0cc85.zip
Removed superfluous 'and'
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/install.rst2
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.