mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-13 08:04:18 +00:00
Grammar and clarity improvements.
This commit is contained in:
parent
fd5c7d009d
commit
330fdb5b56
15 changed files with 45 additions and 45 deletions
|
|
@ -7,8 +7,8 @@ command line, :func:`~flake8.main.cli.main` is run which handles
|
|||
management of the application.
|
||||
|
||||
User input is parsed *twice* to accomodate logging and verbosity options
|
||||
passed by the user as early as possible so as much logging can be produced as
|
||||
possible.
|
||||
passed by the user as early as possible.
|
||||
This is so as much logging can be produced as possible.
|
||||
|
||||
The default flake8 options are registered by
|
||||
:func:`~flake8.main.options.register_default_options`. Trying to register
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue