diff options
| author | Anthony Sottile <asottile@umich.edu> | 2021-04-03 20:35:49 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-03 20:35:49 -0700 |
| commit | 55ce3f016edc1665727ed92d769d4b45a225f079 (patch) | |
| tree | ca62382d048ce87208bb63ae50f705382278bd7e /src/flake8/options | |
| parent | b8c1547420487e32865c872e8eaee2b9e2a07c4f (diff) | |
| parent | 6c2cb4af572a6095a6cff6778c639a8330479893 (diff) | |
| download | flake8-55ce3f016edc1665727ed92d769d4b45a225f079.tar.gz | |
Merge pull request #43 from sobolevn/patch-1
Typo fix
Diffstat (limited to 'src/flake8/options')
| -rw-r--r-- | src/flake8/options/aggregator.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flake8/options/aggregator.py b/src/flake8/options/aggregator.py index ac9aec5..b53b674 100644 --- a/src/flake8/options/aggregator.py +++ b/src/flake8/options/aggregator.py @@ -26,7 +26,7 @@ def aggregate_options( :param flake8.options.config.ConfigFileFinder config_finder: The config file finder to use. :param list argv: - The list of remaining command-line argumentsthat were unknown during + The list of remaining command-line arguments that were unknown during preliminary option parsing to pass to ``manager.parse_args``. :returns: Tuple of the parsed options and extra arguments returned by |
