merged branch aerialls/patch-1 (PR #585)

Commits
-------

3c934f4 Update doc/coding_standards.rst

Discussion
----------

Update doc/coding_standards.rst
This commit is contained in:
Fabien Potencier
2012-01-08 20:38:51 +01:00
+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: