From: Tobias Schultze Date: Thu, 19 Jan 2012 10:11:49 +0000 (+0100) Subject: typo X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=83a30739b4b83d72ddff21d99d8de4a9b6aaa576;p=konrad%2Ftwig.git typo --- diff --git a/doc/api.rst b/doc/api.rst index ebfef3a..864585e 100644 --- a/doc/api.rst +++ b/doc/api.rst @@ -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::