summaryrefslogtreecommitdiff
path: root/docs/intro.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/intro.rst')
-rw-r--r--docs/intro.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/intro.rst b/docs/intro.rst
index 080f5c5..eac97ac 100644
--- a/docs/intro.rst
+++ b/docs/intro.rst
@@ -13,8 +13,8 @@ Prerequisites
-------------
Jinja2 works with Python 2.6.x, 2.7.x and >= 3.3. If you are using Python
-3.2 you can use an older release of Jinja2 (2.6) as support for 3.2 was
-dropped in 2.7.
+3.2 you can use an older release of Jinja2 (2.6) as support for Python 3.2
+was dropped in Jinja2 version 2.7.
If you wish to use the :class:`~jinja2.PackageLoader` class, you will also
need setuptools or distribute installed at runtime.