summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIan Stapleton Cordasco <graffatcolmingov@gmail.com>2018-06-29 01:51:40 +0000
committerIan Stapleton Cordasco <graffatcolmingov@gmail.com>2018-06-29 01:51:40 +0000
commite60e8027c9e9f16a53b71e35685a8b3213e29ed7 (patch)
tree505396d19af86fe5a03e0c0e703d2a78a0a77900 /docs
parent8cbd5510d68ea22840d0a1022a3efe2d407259c2 (diff)
parent7c1f075cee235d509210d9e3f7d25f7dcfe7764c (diff)
downloadflake8-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.rst2
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