summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Hahler <git@thequod.de>2018-05-16 11:26:21 +0200
committerDaniel Hahler <git@thequod.de>2018-05-16 11:26:21 +0200
commit8d32ac12f7ccf1865ce1eae2df401c6fd77029f6 (patch)
tree216dc4b0a01d4f5b86cb3bba0364df9592bc3699 /docs
parent52210149474a876c06922ae2c296445af5bdb108 (diff)
downloadflake8-8d32ac12f7ccf1865ce1eae2df401c6fd77029f6.tar.gz
docs: fix typo in class reference
Diffstat (limited to 'docs')
-rw-r--r--docs/source/internal/option_handling.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/internal/option_handling.rst b/docs/source/internal/option_handling.rst
index 86b7021..f011b30 100644
--- a/docs/source/internal/option_handling.rst
+++ b/docs/source/internal/option_handling.rst
@@ -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`.