]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Clarified some text in the intro
authorArmin Ronacher <armin.ronacher@active-4.com>
Mon, 20 May 2013 11:15:50 +0000 (12:15 +0100)
committerArmin Ronacher <armin.ronacher@active-4.com>
Mon, 20 May 2013 11:15:50 +0000 (12:15 +0100)
docs/intro.rst

index 080f5c5bc627af56a364e2dfbc1928a910a38173..eac97aceb1efed859ec6ea83727afcd01cc80572 100644 (file)
@@ -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.