From 11d453bcadad3c9a5ae35882792d0f1e8e8e7818 Mon Sep 17 00:00:00 2001 From: Marti Raudsepp Date: Wed, 23 Apr 2014 02:05:14 +0300 Subject: Various documentation typo/spelling fixes Errors detected by Topy (https://github.com/intgr/topy), all changes verified by hand. --- 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 b0004bd979..9ff58e8b30 100644 --- a/docs/internals/contributing/writing-code/coding-style.txt +++ b/docs/internals/contributing/writing-code/coding-style.txt @@ -206,7 +206,7 @@ Miscellaneous * Remove ``import`` statements that are no longer used when you change code. `flake8`_ will identify these imports for you. If an unused import needs to - remain for backwards-compatibility, mark the end of of with ``# NOQA`` to + remain for backwards-compatibility, mark the end of with ``# NOQA`` to silence the flake8 warning. * Systematically remove all trailing whitespaces from your code as those -- cgit v1.3