From: Matthew Davis Date: Fri, 27 Sep 2013 15:32:11 +0000 (+0100) Subject: Update wording of the indentation coding standards documentation X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=435e3b2a85c1415749565ed5a5430ba8850fdbc1;p=web%2Fkonrad%2Ftwig.git Update wording of the indentation coding standards documentation --- diff --git a/doc/coding_standards.rst b/doc/coding_standards.rst index 2d6d8e5..f435df4 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 project): + the target language of the rendered template): .. code-block:: jinja