mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-05 04:36:52 +00:00
Fix typos
This commit is contained in:
parent
1062be2643
commit
591a230940
3 changed files with 4 additions and 4 deletions
|
|
@ -137,9 +137,9 @@ class Application(object):
|
|||
"""Make our ConfigFileFinder based on preliminary options.
|
||||
|
||||
:param str program_name:
|
||||
Name of the current programin (e.g., flake8).
|
||||
Name of the current program (e.g., flake8).
|
||||
:param list extra_config_files:
|
||||
List of addtional configuration files to be parsed for
|
||||
List of additional configuration files to be parsed for
|
||||
configuration.
|
||||
:returns:
|
||||
The configuration file finder
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue