mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-31 03:06:53 +00:00
docs: fix typo in class reference
This commit is contained in:
parent
5221014947
commit
8d32ac12f7
1 changed files with 1 additions and 1 deletions
|
|
@ -199,7 +199,7 @@ Aggregating Configuration File and Command Line Arguments
|
|||
---------------------------------------------------------
|
||||
|
||||
:func:`~flake8.options.aggregator.aggregate_options` accepts an instance of
|
||||
:class:`~flake8.options.maanger.OptionManager` and does the work to parse the
|
||||
:class:`~flake8.options.manager.OptionManager` and does the work to parse the
|
||||
command-line arguments passed by the user necessary for creating an instance
|
||||
of :class:`~flake8.options.config.MergedConfigParser`.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue