From a7dc9ce86fc9264bf9507d4e5bc4668f384c4210 Mon Sep 17 00:00:00 2001 From: dgw Date: Sun, 27 Feb 2022 18:59:15 -0600 Subject: [PATCH] docs: update entry point definition in plugin terms It's not a "setuptools entry point"; it's an "entry point group". --- docs/source/plugin.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/plugin.rst b/docs/source/plugin.rst index c8422fbb42..fbbf60486d 100644 --- a/docs/source/plugin.rst +++ b/docs/source/plugin.rst @@ -125,7 +125,7 @@ Plugin glossary Entry point plugin A plugin that is an installed Python package and exposed through the - ``sopel.plugins`` setuptools entry point. + ``sopel.plugins`` entry point group. Sopelunking Action performed by a :term:`Sopelunker`.