diff options
| author | Maxime Lorant <maxime.lorant@gmail.com> | 2018-07-18 17:24:07 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-07-18 11:24:06 -0400 |
| commit | 31407fa3b362dc17d61a2a0d7e27b1dfd9d9c143 (patch) | |
| tree | dbca4d50f8512d627431c73cb1c92d0d48153867 /docs/internals | |
| parent | 6ae7aaa7d6eb880043c4c80009b36e2287bfcb92 (diff) | |
Removed duplicate words in docs.
.
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/contributing/writing-code/coding-style.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
