Grammar and clarity improvements.

This commit is contained in:
Cea Stapleton 2016-06-19 14:06:26 -05:00
parent fd5c7d009d
commit 330fdb5b56
15 changed files with 45 additions and 45 deletions

View file

@ -2,13 +2,13 @@
Using Flake8
==============
Flake8 can be used in many ways:
Flake8 can be used in many ways. A few:
- invoking it on the command-line
- invoked on the command-line
- invoking it via Python
- invoked via Python
- having it called by Git or Mercurial on or around committing
- called by Git or Mercurial on or around committing
This guide will cover all of these and the nuances for using Flake8.