Change wording of indentation coding standards
authorMatthew Davis <matt@mattdavis.co.uk>
Fri, 27 Sep 2013 14:57:10 +0000 (15:57 +0100)
committerMatthew Davis <matt@mattdavis.co.uk>
Fri, 27 Sep 2013 14:57:10 +0000 (15:57 +0100)
doc/coding_standards.rst

index e0aab35..2d6d8e5 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 file):
+  the main language of the project):
 
   .. code-block:: jinja