mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-04 04:06:54 +00:00
Spelling and grammar fixes
This commit is contained in:
parent
5221014947
commit
9f74e7a4ca
5 changed files with 5 additions and 5 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue