mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-10 06:44:18 +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
|
: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
|
command-line arguments passed by the user necessary for creating an instance
|
||||||
of :class:`~flake8.options.config.MergedConfigParser`.
|
of :class:`~flake8.options.config.MergedConfigParser`.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue