Fix typos, grammar, and Flake8 references

This commit is contained in:
Jacobo de Vera 2022-10-17 23:16:13 +01:00
parent 41cdcbe10e
commit a46b9b0670
2 changed files with 9 additions and 8 deletions

View file

@ -4,7 +4,7 @@
Developing a Formatting Plugin for Flake8
===========================================
|Flake8| allowes for custom formatting plugins since version
|Flake8| allows for custom formatting plugins since version
3.0.0. Let's write a plugin together:
.. code-block:: python