summaryrefslogtreecommitdiff
path: root/doc/source/contributor/plugins.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/contributor/plugins.rst')
-rw-r--r--doc/source/contributor/plugins.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/source/contributor/plugins.rst b/doc/source/contributor/plugins.rst
index 374b274e..7ea48edd 100644
--- a/doc/source/contributor/plugins.rst
+++ b/doc/source/contributor/plugins.rst
@@ -5,9 +5,8 @@ Plugins
=======
The OpenStackClient plugin system is designed so that the plugin need only be
-properly installed for OSC to find and use it. It utilizes the
-``setuptools`` entry points mechanism to advertise to OSC the
-plugin module and supported commands.
+properly installed for OSC to find and use it. It utilizes Python's *entry
+points* mechanism to advertise to OSC the plugin module and supported commands.
Adoption
========