From 09b58e14239b2ec6c0a195ed3b8c72de5c00004c Mon Sep 17 00:00:00 2001 From: Matthew Davis Date: Fri, 27 Sep 2013 15:57:10 +0100 Subject: [PATCH] Change wording of indentation coding standards --- 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 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 -- 1.7.2.5