Meh. Fixed a typo
authorArmin Ronacher <armin.ronacher@active-4.com>
Mon, 16 Aug 2010 10:13:04 +0000 (12:13 +0200)
committerArmin Ronacher <armin.ronacher@active-4.com>
Mon, 16 Aug 2010 10:13:04 +0000 (12:13 +0200)
--HG--
branch : trunk

docs/extensions.rst

index 9115d0247319e4475e54c5bd7c0d6b4853fb1a79..c6b6ec9e3f3ec336248f413b5b016871c8937a10 100644 (file)
@@ -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: