From: Matthew Davis Date: Fri, 27 Sep 2013 14:57:10 +0000 (+0100) Subject: Change wording of indentation coding standards X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=09b58e14239b2ec6c0a195ed3b8c72de5c00004c;p=web%2Fkonrad%2Ftwig.git Change wording of indentation coding standards --- diff --git a/doc/coding_standards.rst b/doc/coding_standards.rst index e0aab35..2d6d8e5 100644 --- a/doc/coding_standards.rst +++ b/doc/coding_standards.rst @@ -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