diff options
| author | Ian Stapleton Cordasco <graffatcolmingov@gmail.com> | 2018-06-29 01:51:40 +0000 |
|---|---|---|
| committer | Ian Stapleton Cordasco <graffatcolmingov@gmail.com> | 2018-06-29 01:51:40 +0000 |
| commit | e60e8027c9e9f16a53b71e35685a8b3213e29ed7 (patch) | |
| tree | 505396d19af86fe5a03e0c0e703d2a78a0a77900 /docs | |
| parent | 8cbd5510d68ea22840d0a1022a3efe2d407259c2 (diff) | |
| parent | 7c1f075cee235d509210d9e3f7d25f7dcfe7764c (diff) | |
| download | flake8-e60e8027c9e9f16a53b71e35685a8b3213e29ed7.tar.gz | |
Merge branch 'fix-typos' into 'master'
docs: Fix two typos
See merge request pycqa/flake8!236
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/source/internal/writing-code.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/internal/writing-code.rst b/docs/source/internal/writing-code.rst index 8900eac..9d260b7 100644 --- a/docs/source/internal/writing-code.rst +++ b/docs/source/internal/writing-code.rst @@ -141,7 +141,7 @@ As a result, of the above, we do not: - Import only the objects we're using -- Add commnts explaining that an import is a standard library module or +- Add comments explaining that an import is a standard library module or something else |
