diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-04-22 16:42:44 -0700 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-04-22 16:42:44 -0700 |
| commit | c3152e5bcd5bb2027fac1411f238adc70eec20e7 (patch) | |
| tree | b17abc194dba021a8a9ca75d8c1da06e5bf6b9f1 /docs/internals/contributing/writing-code/coding-style.txt | |
| parent | 985377980513dbe7d5a6d7f7c139ce5446b5c288 (diff) | |
| parent | 11d453bcadad3c9a5ae35882792d0f1e8e8e7818 (diff) | |
Merge pull request #2602 from intgr/typofix
Various documentation typo/spelling fixes
Diffstat (limited to 'docs/internals/contributing/writing-code/coding-style.txt')
| -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 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 |
