summaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/internal/checker.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/internal/checker.rst b/docs/source/internal/checker.rst
index fb5380e..b4f3b72 100644
--- a/docs/source/internal/checker.rst
+++ b/docs/source/internal/checker.rst
@@ -27,7 +27,7 @@ also was required to take over parsing and processing files for the checkers
to use. Since we couldn't reuse pycodestyle's functionality (since it did not
separate cleanly the processing from check running) we isolated that function
into the :class:`~flake8.processor.FileProcessor` class. Further, we moved
-several helper functions into the :mod:`flake8.processor` module (see also
+several helper functions into the :mod:`flake8.processor` module (see also
:ref:`Processor Utility Functions <processor_utility_functions>`).