Update wording of the indentation coding standards documentation
authorMatthew Davis <matt@mattdavis.co.uk>
Fri, 27 Sep 2013 15:32:11 +0000 (16:32 +0100)
committerMatthew Davis <matt@mattdavis.co.uk>
Fri, 27 Sep 2013 15:32:11 +0000 (16:32 +0100)
doc/coding_standards.rst

index 2d6d8e5..f435df4 100644 (file)
@@ -90,7 +90,7 @@ standards:
      {% set foo_bar = 'foo' %}
 
 * Indent your code inside tags (use the same indentation as the one used for
-  the main language of the project):
+  the target language of the rendered template):
 
   .. code-block:: jinja