diff options
| author | Ian Stapleton Cordasco <graffatcolmingov@gmail.com> | 2020-07-28 18:37:05 +0000 |
|---|---|---|
| committer | Ian Stapleton Cordasco <graffatcolmingov@gmail.com> | 2020-07-28 18:37:05 +0000 |
| commit | 9d0115cd07efe69ac9953c99ce096f19a83f7994 (patch) | |
| tree | d1969bb12f965577a84a35f4f44e7b475afb5677 | |
| parent | 029fa1d797e3b5cc98f52725323fcafbf25a256d (diff) | |
| parent | 6dde6785647f8a73efd7656d341704f6ad7eb6c0 (diff) | |
| download | flake8-9d0115cd07efe69ac9953c99ce096f19a83f7994.tar.gz | |
Merge branch 'patch-1' into 'master'
Update registering-plugins.rst
See merge request pycqa/flake8!444
| -rw-r--r-- | docs/source/plugin-development/registering-plugins.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/plugin-development/registering-plugins.rst b/docs/source/plugin-development/registering-plugins.rst index 633e0ca..34b368a 100644 --- a/docs/source/plugin-development/registering-plugins.rst +++ b/docs/source/plugin-development/registering-plugins.rst @@ -82,7 +82,7 @@ Note specifically these lines: 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: +|Flake8| presently looks at two groups: - ``flake8.extension`` |
