From: Christopher Denter Date: Sun, 3 May 2009 10:57:08 +0000 (+0200) Subject: typo fix X-Git-Tag: 2.2~18^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a092a786444bb285045737e4d782fc7a80233944;p=thirdparty%2Fjinja.git typo fix --HG-- branch : trunk --- diff --git a/docs/templates.rst b/docs/templates.rst index f3c11fc1..79ab5e3a 100644 --- a/docs/templates.rst +++ b/docs/templates.rst @@ -142,7 +142,7 @@ by default set to ``{# ... #}``. This is useful to comment out parts of the template for debugging or to add information for other template designers or yourself:: - {# note: disabled template because we no longer user this + {# note: disabled template because we no longer use this {% for user in users %} ... {% endfor %}