Skip to content

Commit

Permalink
Update doc/coding_standards.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
aerialls committed Jan 8, 2012
1 parent f06ac33 commit 3c934f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/coding_standards.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3c934f4

Please sign in to comment.