From 90c8df82064becc8876a5267de8a8ac499d5657d Mon Sep 17 00:00:00 2001 From: Bronsen Date: Wed, 13 Mar 2019 17:25:14 +0100 Subject: [PATCH] fix spelling of adjective Also remove definite article; feels more Englishy now --- docs/source/user/options.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/user/options.rst b/docs/source/user/options.rst index ba31691..0776ea3 100644 --- a/docs/source/user/options.rst +++ b/docs/source/user/options.rst @@ -546,7 +546,7 @@ Options and their Descriptions flake8 --select=E --ignore=E432 dir/ This will report all codes that start with ``E``, but ignore ``E432`` - specifically. This is more flexibly than the |Flake8| 2.x and 1.x used + specifically. This is more flexible than |Flake8| 2.x and 1.x used to be. This **can** be specified in config files.