projects
/
web/konrad/twig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
f06ac33
)
Update doc/coding_standards.rst
author
Julien Brochet
<mewt.fr@gmail.com>
Sun, 8 Jan 2012 19:37:45 +0000 (20:37 +0100)
committer
Julien Brochet
<mewt.fr@gmail.com>
Sun, 8 Jan 2012 19:37:45 +0000 (20:37 +0100)
doc/coding_standards.rst
patch
|
blob
|
history
diff --git
a/doc/coding_standards.rst
b/doc/coding_standards.rst
index
2151050
..
df88e04
100644
(file)
--- 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: