summaryrefslogtreecommitdiff
path: root/docs/source/internal
diff options
context:
space:
mode:
authorIan Cordasco <graffatcolmingov@gmail.com>2016-05-16 15:58:59 -0500
committerIan Cordasco <graffatcolmingov@gmail.com>2016-05-16 15:58:59 -0500
commitc68978116683adbad8177ee523be5244c63a4ad8 (patch)
tree51a2d04dc833128d12350d16f9ccd2a149712a07 /docs/source/internal
parent99030223a420df556500ea1e4aa5fe1d9234fd5d (diff)
downloadflake8-c68978116683adbad8177ee523be5244c63a4ad8.tar.gz
Update title
Diffstat (limited to 'docs/source/internal')
-rw-r--r--docs/source/internal/checker.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/internal/checker.rst b/docs/source/internal/checker.rst
index b4f3b72..4c2789f 100644
--- a/docs/source/internal/checker.rst
+++ b/docs/source/internal/checker.rst
@@ -1,6 +1,6 @@
-===============
- Check Running
-===============
+====================
+ How Checks are Run
+====================
In Flake8 2.x, Flake8 delegated check running to pep8. In 3.0 we have taken
that responsibility upon ourselves. This has allowed us to simplify our