Spelling and grammar fixes

This commit is contained in:
Ville Skyttä 2018-05-13 19:08:22 +02:00
parent 5221014947
commit 9f74e7a4ca
5 changed files with 5 additions and 5 deletions

View file

@ -33,7 +33,7 @@ Let's do that next.
return 'Example formatter: {0!r}'.format(error)
With that we're done. Obviously this isn't a very useful formatter, but it
should highlight the simplicitly of creating a formatter with Flake8. If we
should highlight the simplicity of creating a formatter with Flake8. If we
wanted to instead create a formatter that aggregated the results and returned
XML, JSON, or subunit we could also do that. |Flake8| interacts with the
formatter in two ways: