From: Julien Brochet Date: Sun, 8 Jan 2012 19:37:45 +0000 (+0100) Subject: Update doc/coding_standards.rst X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=3c934f40fe453fd2933123d2b787330135536143;p=web%2Fkonrad%2Ftwig.git Update doc/coding_standards.rst --- diff --git a/doc/coding_standards.rst b/doc/coding_standards.rst index 2151050..df88e04 100644 --- a/doc/coding_standards.rst +++ b/doc/coding_standards.rst @@ -56,7 +56,7 @@ standards: {{ foo|upper|lower }} {{ user.name }} {{ user[name] }} - {% for in in 1..12 %}{% endfor %} + {% for i in 1..12 %}{% endfor %} * Do not put any spaces before and after the parenthesis used for filter and function calls: