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

@ -4,7 +4,7 @@
Developing a Formatting Plugin for Flake8
===========================================
Flake8 added the ability to develop custom formatting plugins in version
Flake8 allowed for custom formatting plugins in version
3.0.0. Let's write a plugin together:
.. code-block:: python