docs: fix typo in class reference

This commit is contained in:
Daniel Hahler 2018-05-16 11:26:21 +02:00
parent 5221014947
commit 8d32ac12f7

View file

@ -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`.