summaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorGiantsLoveDeathMetal <sebastien@cytora.com>2018-05-21 18:26:32 +0100
committerGiantsLoveDeathMetal <sebastien@cytora.com>2018-05-21 18:26:32 +0100
commit7c1f075cee235d509210d9e3f7d25f7dcfe7764c (patch)
treeb190678bf96d3728415141aecf216a31d0f8ee4f /docs/source
parentd6ab32112f06e49f5f7889889c0903af15321825 (diff)
downloadflake8-7c1f075cee235d509210d9e3f7d25f7dcfe7764c.tar.gz
Fix two typos
styl -> style commnts -> comments
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/internal/writing-code.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/internal/writing-code.rst b/docs/source/internal/writing-code.rst
index de129af..9d260b7 100644
--- a/docs/source/internal/writing-code.rst
+++ b/docs/source/internal/writing-code.rst
@@ -4,7 +4,7 @@
Writing Code for Flake8
=========================
-The maintainers of |Flake8| unsurprisingly have some opinions about the styl
+The maintainers of |Flake8| unsurprisingly have some opinions about the style
of code maintained in the project.
At the time of this writing, |Flake8| enables all of PyCodeStyle's checks, all
@@ -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