mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-01 19:36:54 +00:00
Merge pull request #20 from blueyed/doc-typo
docs: fix typo in class reference
This commit is contained in:
commit
f018682ba5
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