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 `).