From 8d32ac12f7ccf1865ce1eae2df401c6fd77029f6 Mon Sep 17 00:00:00 2001
From: Daniel Hahler <git@thequod.de>
Date: Wed, 16 May 2018 11:26:21 +0200
Subject: [PATCH] docs: fix typo in class reference

---
 docs/source/internal/option_handling.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/source/internal/option_handling.rst b/docs/source/internal/option_handling.rst
index 86b7021a..f011b30a 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`.