We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc78a7d commit 0ae0bfaCopy full SHA for 0ae0bfa
docs/using.rst
@@ -42,7 +42,7 @@ You can get the version string for ``wheel`` by running the following::
42
>>> version('wheel')
43
'0.32.3'
44
45
-You can also get a collection of entry points selectable by group, such as
+You can also get a collection of entry points selectable by properties of the EntryPoint (typically 'group' or 'name'), such as
46
``console_scripts``, ``distutils.commands`` and others. Each group contains a
47
collection of :ref:`EntryPoint <entry-points>` objects.
48
0 commit comments