summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIan Cordasco <graffatcolmingov@gmail.com>2016-02-23 14:42:09 -0600
committerIan Cordasco <graffatcolmingov@gmail.com>2016-02-23 14:42:09 -0600
commit54ad972e5601436e6a89b68b1d23376edbc3a3ff (patch)
tree09ce56ec16a31981f119994c7c398ae9817757ed /docs
parent5ee061b810caf03025927f2e8fc7fb15fdcabd58 (diff)
downloadflake8-54ad972e5601436e6a89b68b1d23376edbc3a3ff.tar.gz
Add doc8 linting
Diffstat (limited to 'docs')
-rw-r--r--docs/source/dev/registering_plugins.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/dev/registering_plugins.rst b/docs/source/dev/registering_plugins.rst
index 48e39fc..0cc18d9 100644
--- a/docs/source/dev/registering_plugins.rst
+++ b/docs/source/dev/registering_plugins.rst
@@ -79,7 +79,7 @@ Note specifically these lines:
# snip ...
)
-We tell setuptools to register our entry point "X" inside the specific
+We tell setuptools to register our entry point "X" inside the specific
grouping of entry-points that flake8 should look in.
Flake8 presently looks at three groups: