diff options
| author | Brian Wignall <brianwignall@gmail.com> | 2019-12-02 15:38:48 +0000 |
|---|---|---|
| committer | Anthony Sottile <asottile@umich.edu> | 2019-12-02 15:38:48 +0000 |
| commit | 591a2309409a6f509c45224bd102161243803ec7 (patch) | |
| tree | b170be9cdc3366d95ce1565b5c95f32fd163856c /src | |
| parent | 1062be2643421797ea602f121d51c2b070e1cf18 (diff) | |
| download | flake8-591a2309409a6f509c45224bd102161243803ec7.tar.gz | |
Fix typos
Diffstat (limited to 'src')
| -rw-r--r-- | src/flake8/main/application.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/flake8/main/application.py b/src/flake8/main/application.py index e8e63b9..19d7710 100644 --- a/src/flake8/main/application.py +++ b/src/flake8/main/application.py @@ -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 |
