diff options
| author | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-05-16 15:58:59 -0500 |
|---|---|---|
| committer | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-05-16 15:58:59 -0500 |
| commit | c68978116683adbad8177ee523be5244c63a4ad8 (patch) | |
| tree | 51a2d04dc833128d12350d16f9ccd2a149712a07 /docs/source/internal | |
| parent | 99030223a420df556500ea1e4aa5fe1d9234fd5d (diff) | |
| download | flake8-c68978116683adbad8177ee523be5244c63a4ad8.tar.gz | |
Update title
Diffstat (limited to 'docs/source/internal')
| -rw-r--r-- | docs/source/internal/checker.rst | 6 |
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 |
