From 435e3b2a85c1415749565ed5a5430ba8850fdbc1 Mon Sep 17 00:00:00 2001 From: Matthew Davis Date: Fri, 27 Sep 2013 16:32:11 +0100 Subject: [PATCH] Update wording of the indentation coding standards documentation --- doc/coding_standards.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 -- 1.7.2.5