Spelling fixes

This commit is contained in:
Ville Skyttä 2016-08-13 11:13:37 +03:00
parent 608114a7a7
commit 0f181954fd
4 changed files with 4 additions and 4 deletions

View file

@ -6,7 +6,7 @@ The command line interface of |Flake8| is modeled as an application via
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
User input is parsed *twice* to accommodate logging and verbosity options
passed by the user as early as possible.
This is so as much logging can be produced as possible.