Update wording of the indentation coding standards documentation

This commit is contained in:
Matthew Davis
2013-09-27 16:32:11 +01:00
parent 09b58e1423
commit 435e3b2a85
+1 -1
View 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