mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-07 13:36:54 +00:00
fix spelling of adjective
Also remove definite article; feels more Englishy now
This commit is contained in:
parent
fadedefae2
commit
90c8df8206
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue