From 7c1f075cee235d509210d9e3f7d25f7dcfe7764c Mon Sep 17 00:00:00 2001 From: GiantsLoveDeathMetal Date: Mon, 21 May 2018 18:26:32 +0100 Subject: [PATCH] Fix two typos styl -> style commnts -> comments --- docs/source/internal/writing-code.rst | 4 ++-- 1 file 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