summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2013-05-20 12:15:50 +0100
committerArmin Ronacher <armin.ronacher@active-4.com>2013-05-20 12:15:50 +0100
commitd76b8da0d2a5c466bd0381b318725c97d47a7e51 (patch)
tree5abeb3b669d68e604e95a17c6e25ec829557197a
parentdec91944ee5e5e7bc5b02ab9756aaa4a9af08cfb (diff)
downloadjinja2-d76b8da0d2a5c466bd0381b318725c97d47a7e51.tar.gz
Clarified some text in the intro
-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.