Skip to content

Commit 55ce3f0

Browse files
authoredApr 4, 2021
Merge pull request #43 from sobolevn/patch-1
Typo fix
2 parents b8c1547 + 6c2cb4a commit 55ce3f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/flake8/options/aggregator.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def aggregate_options(
2626
:param flake8.options.config.ConfigFileFinder config_finder:
2727
The config file finder to use.
2828
:param list argv:
29-
The list of remaining command-line argumentsthat were unknown during
29+
The list of remaining command-line arguments that were unknown during
3030
preliminary option parsing to pass to ``manager.parse_args``.
3131
:returns:
3232
Tuple of the parsed options and extra arguments returned by

0 commit comments

Comments
 (0)
Please sign in to comment.