summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/flake8/options/aggregator.py2
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