From 6dde6785647f8a73efd7656d341704f6ad7eb6c0 Mon Sep 17 00:00:00 2001 From: Max Grishkin Date: Tue, 28 Jul 2020 18:08:55 +0000 Subject: [PATCH] Update registering-plugins.rst --- docs/source/plugin-development/registering-plugins.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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``