summaryrefslogtreecommitdiff
path: root/docs/source/internal
diff options
context:
space:
mode:
authorIan Cordasco <graffatcolmingov@gmail.com>2016-05-16 08:17:51 -0500
committerIan Cordasco <graffatcolmingov@gmail.com>2016-05-16 08:17:51 -0500
commit99030223a420df556500ea1e4aa5fe1d9234fd5d (patch)
treecdcd2585e19276a1d8d3c7cb5b685ab676456e3a /docs/source/internal
parent89762b9dd17b15e60595b843d0f90dfc0d68f75b (diff)
downloadflake8-99030223a420df556500ea1e4aa5fe1d9234fd5d.tar.gz
Trim trailing whitespace
Diffstat (limited to 'docs/source/internal')
-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>`).