Skip to content

Commit f018682

Browse files
authoredApr 4, 2021
Merge pull request #20 from blueyed/doc-typo
docs: fix typo in class reference
2 parents 55ce3f0 + 8d32ac1 commit f018682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/source/internal/option_handling.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ Aggregating Configuration File and Command Line Arguments
199199
---------------------------------------------------------
200200

201201
:func:`~flake8.options.aggregator.aggregate_options` accepts an instance of
202-
:class:`~flake8.options.maanger.OptionManager` and does the work to parse the
202+
:class:`~flake8.options.manager.OptionManager` and does the work to parse the
203203
command-line arguments passed by the user necessary for creating an instance
204204
of :class:`~flake8.options.config.MergedConfigParser`.
205205

0 commit comments

Comments
 (0)
Please sign in to comment.