From 31407fa3b362dc17d61a2a0d7e27b1dfd9d9c143 Mon Sep 17 00:00:00 2001 From: Maxime Lorant Date: Wed, 18 Jul 2018 17:24:07 +0200 Subject: Removed duplicate words in docs. . --- docs/internals/contributing/writing-code/coding-style.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/internals/contributing/writing-code/coding-style.txt') diff --git a/docs/internals/contributing/writing-code/coding-style.txt b/docs/internals/contributing/writing-code/coding-style.txt index b34be61bc4..36203e3ab7 100644 --- a/docs/internals/contributing/writing-code/coding-style.txt +++ b/docs/internals/contributing/writing-code/coding-style.txt @@ -48,7 +48,7 @@ Python style This makes better use of space and avoids having to realign strings if the length of the first line changes. -* Use single quotes for strings, or a double quote if the the string contains a +* Use single quotes for strings, or a double quote if the string contains a single quote. Don't waste time doing unrelated refactoring of existing code to conform to this style. -- cgit v1.3