From f7e405d979043272d4d4b9ded4c6d997d8feb1cf Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Mon, 8 Sep 2008 23:57:26 +0200 Subject: [PATCH] Linked from autoescape to markup --HG-- branch : trunk --- jinja2/environment.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jinja2/environment.py b/jinja2/environment.py index b044178..00e3646 100644 --- a/jinja2/environment.py +++ b/jinja2/environment.py @@ -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. -- 2.26.2