From d76b8da0d2a5c466bd0381b318725c97d47a7e51 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Mon, 20 May 2013 12:15:50 +0100 Subject: Clarified some text in the intro --- docs/intro.rst | 4 ++-- 1 file 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. -- cgit v1.2.1