From 99030223a420df556500ea1e4aa5fe1d9234fd5d Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Mon, 16 May 2016 08:17:51 -0500 Subject: [PATCH] Trim trailing whitespace --- docs/source/internal/checker.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 `).