summaryrefslogtreecommitdiff
path: root/docs/source/plugin-development
diff options
context:
space:
mode:
authorIan Stapleton Cordasco <graffatcolmingov@gmail.com>2018-05-20 15:40:41 +0000
committerIan Stapleton Cordasco <graffatcolmingov@gmail.com>2018-05-20 15:40:41 +0000
commitd6eea404a86a58ba0876ca9f68d0fd892b6d53c0 (patch)
treebda409fd28b67f3397598c1cdecde003b016cc78 /docs/source/plugin-development
parent30b0e4599a5a3b6b6acce924e9bb7c082541c5be (diff)
parent9f74e7a4ca2176ff5345d4636c056522dcd72bfa (diff)
downloadflake8-d6eea404a86a58ba0876ca9f68d0fd892b6d53c0.tar.gz
Merge branch 'spelling' into 'master'
Spelling and grammar fixes See merge request pycqa/flake8!232
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: