Update doc/coding_standards.rst
authorJulien Brochet <mewt.fr@gmail.com>
Sun, 8 Jan 2012 19:37:45 +0000 (20:37 +0100)
committerJulien Brochet <mewt.fr@gmail.com>
Sun, 8 Jan 2012 19:37:45 +0000 (20:37 +0100)
doc/coding_standards.rst

index 2151050..df88e04 100644 (file)
@@ -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: