From a2513f38aa4ceb7638d0a33b8254743174403b07 Mon Sep 17 00:00:00 2001 From: Mahmoud Afaneh Date: Wed, 7 Feb 2018 19:52:13 -0800 Subject: [PATCH] Fix spelling in 'Writing Code for Flake8' --- docs/source/internal/writing-code.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/internal/writing-code.rst b/docs/source/internal/writing-code.rst index de129af..8900eac 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