Update doc/coding_standards.rst

This commit is contained in:
Julien Brochet
2012-01-08 20:37:45 +01:00
parent f06ac33b53
commit 3c934f40fe
+1 -1
View 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: