summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2021-04-03 21:38:35 -0700
committerGitHub <noreply@github.com>2021-04-03 21:38:35 -0700
commitf018682ba5ff6e00569915d3970b77070c88ca8f (patch)
treec67f0e2865fc27fd5e5bb96a7781527544b844ab /docs
parent55ce3f016edc1665727ed92d769d4b45a225f079 (diff)
parent8d32ac12f7ccf1865ce1eae2df401c6fd77029f6 (diff)
downloadflake8-f018682ba5ff6e00569915d3970b77070c88ca8f.tar.gz
Merge pull request #20 from blueyed/doc-typo
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 e9098bd..21d6362 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`.