Change wording of indentation coding standards

This commit is contained in:
Matthew Davis
2013-09-27 15:57:10 +01:00
parent d827c601e3
commit 09b58e1423
+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 file):
the main language of the project):
.. code-block:: jinja