From 83a30739b4b83d72ddff21d99d8de4a9b6aaa576 Mon Sep 17 00:00:00 2001 From: Tobias Schultze Date: Thu, 19 Jan 2012 11:11:49 +0100 Subject: [PATCH] typo --- doc/api.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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:: -- 1.7.2.5