summaryrefslogtreecommitdiff
path: root/doc/source/cli
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/cli')
-rw-r--r--doc/source/cli/commands.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/cli/commands.rst b/doc/source/cli/commands.rst
index 97a829b5..497c79f0 100644
--- a/doc/source/cli/commands.rst
+++ b/doc/source/cli/commands.rst
@@ -306,7 +306,7 @@ Implementation
--------------
The command structure is designed to support seamless addition of plugin
-command modules via ``setuptools`` entry points. The plugin commands must
+command modules via Python's *entry points* mechanism. The plugin commands must
be subclasses of Cliff's ``command.Command`` object. See :ref:`plugins` for
more information.