From 3c934f40fe453fd2933123d2b787330135536143 Mon Sep 17 00:00:00 2001 From: Julien Brochet Date: Sun, 8 Jan 2012 20:37:45 +0100 Subject: [PATCH] Update doc/coding_standards.rst --- doc/coding_standards.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/coding_standards.rst b/doc/coding_standards.rst index 2151050..df88e04 100644 --- 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: -- 1.7.2.5