Linked from autoescape to markup
authorArmin Ronacher <armin.ronacher@active-4.com>
Mon, 8 Sep 2008 21:57:26 +0000 (23:57 +0200)
committerArmin Ronacher <armin.ronacher@active-4.com>
Mon, 8 Sep 2008 21:57:26 +0000 (23:57 +0200)
--HG--
branch : trunk

jinja2/environment.py

index b044178a0a538544e8f3eb7d8e0d05f256999d34..00e3646db137e7c4df32292f6ea190f0569cea6f 100644 (file)
@@ -135,6 +135,8 @@ class Environment(object):
 
         `autoescape`
             If set to true the XML/HTML autoescaping feature is enabled.
+            For more details about auto escaping see
+            :class:`~jinja2.utils.Markup`.
 
         `loader`
             The template loader for this environment.