From 09b58e14239b2ec6c0a195ed3b8c72de5c00004c Mon Sep 17 00:00:00 2001 From: Matthew Davis Date: Fri, 27 Sep 2013 15:57:10 +0100 Subject: [PATCH 1/2] Change wording of indentation coding standards --- doc/coding_standards.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/coding_standards.rst b/doc/coding_standards.rst index e0aab35ea..2d6d8e5bd 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 From 435e3b2a85c1415749565ed5a5430ba8850fdbc1 Mon Sep 17 00:00:00 2001 From: Matthew Davis Date: Fri, 27 Sep 2013 16:32:11 +0100 Subject: [PATCH 2/2] Update wording of the indentation coding standards documentation --- doc/coding_standards.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/coding_standards.rst b/doc/coding_standards.rst index 2d6d8e5bd..f435df490 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