From fd72972eb40ad966e39f11ce48369d92695055bf Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Mon, 16 Aug 2010 12:13:04 +0200 Subject: [PATCH] Meh. Fixed a typo --HG-- branch : trunk --- docs/extensions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extensions.rst b/docs/extensions.rst index 9115d02..c6b6ec9 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: -- 2.26.2