mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-04 20:26:53 +00:00
Merge branch 'spelling' into 'master'
Spelling and grammar fixes See merge request pycqa/flake8!232
This commit is contained in:
commit
d6eea404a8
5 changed files with 5 additions and 5 deletions
|
|
@ -2,7 +2,7 @@
|
|||
Contributing to Flake8
|
||||
========================
|
||||
|
||||
There are many ways to contriubte to |Flake8|, and we encourage them all:
|
||||
There are many ways to contribute to |Flake8|, and we encourage them all:
|
||||
|
||||
- contributing bug reports and feature requests
|
||||
|
||||
|
|
|
|||
|
|
@ -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