From: Armin Ronacher Date: Mon, 16 Aug 2010 10:13:04 +0000 (+0200) Subject: Meh. Fixed a typo X-Git-Tag: 2.5.1~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd72972eb40ad966e39f11ce48369d92695055bf;p=thirdparty%2Fjinja.git Meh. Fixed a typo --HG-- branch : trunk --- diff --git a/docs/extensions.rst b/docs/extensions.rst index 9115d024..c6b6ec9e 100644 --- a/docs/extensions.rst +++ b/docs/extensions.rst @@ -203,7 +203,7 @@ Autoescape Extension The autoescape extension allows you to toggle the autoescape feature from within the template. If the environment's :attr:`~Environment.autoescape` setting is set to `False` it can be activated, if it's `True` it can be -activated. The setting overriding is scoped. +deactivated. The setting overriding is scoped. .. _writing-extensions: