typo
authorTobias Schultze <webmaster@tubo-world.de>
Thu, 19 Jan 2012 10:11:49 +0000 (11:11 +0100)
committerTobias Schultze <webmaster@tubo-world.de>
Thu, 19 Jan 2012 10:11:49 +0000 (11:11 +0100)
doc/api.rst

index ebfef3a..864585e 100644 (file)
@@ -331,7 +331,7 @@ You can also change the escaping mode locally by using the ``autoescape`` tag:
     {% autoescape true %}
       {{ var }}
       {{ var|raw }}      {# var won't be escaped #}
-      {{ var|escape }}   {# var won't be doubled-escaped #}
+      {{ var|escape }}   {# var won't be double-escaped #}
     {% endautoescape %}
 
 .. warning::