From: Armin Ronacher Date: Mon, 20 May 2013 11:15:50 +0000 (+0100) Subject: Clarified some text in the intro X-Git-Tag: 2.7~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d76b8da0d2a5c466bd0381b318725c97d47a7e51;p=thirdparty%2Fjinja.git Clarified some text in the intro --- diff --git a/docs/intro.rst b/docs/intro.rst index 080f5c5b..eac97ace 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.