summaryrefslogtreecommitdiff
path: root/docs/source/plugin-development
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2018-05-13 19:08:22 +0200
committerVille Skyttä <ville.skytta@iki.fi>2018-05-13 22:19:50 +0200
commit9f74e7a4ca2176ff5345d4636c056522dcd72bfa (patch)
tree42b7e50d8660f4b283e429dd124a922d2f678adc /docs/source/plugin-development
parent52210149474a876c06922ae2c296445af5bdb108 (diff)
downloadflake8-9f74e7a4ca2176ff5345d4636c056522dcd72bfa.tar.gz
Spelling and grammar fixes
Diffstat (limited to 'docs/source/plugin-development')
-rw-r--r--docs/source/plugin-development/formatters.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/plugin-development/formatters.rst b/docs/source/plugin-development/formatters.rst
index 480ada0..8133567 100644
--- a/docs/source/plugin-development/formatters.rst
+++ b/docs/source/plugin-development/formatters.rst
@@ -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: