diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/source/dev/registering_plugins.rst | 2 |
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: |
