fix spelling of adjective

Also remove definite article; feels more Englishy now
This commit is contained in:
Bronsen 2019-03-13 17:25:14 +01:00 committed by GitHub
parent fadedefae2
commit 90c8df8206
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -546,7 +546,7 @@ Options and their Descriptions
flake8 --select=E --ignore=E432 dir/ flake8 --select=E --ignore=E432 dir/
This will report all codes that start with ``E``, but ignore ``E432`` 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. to be.
This **can** be specified in config files. This **can** be specified in config files.