Skip to content

Commit 0ae0bfa

Browse files
authored
Update docs/using.rst
1 parent cc78a7d commit 0ae0bfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/using.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ You can get the version string for ``wheel`` by running the following::
4242
>>> version('wheel')
4343
'0.32.3'
4444

45-
You can also get a collection of entry points selectable by group, such as
45+
You can also get a collection of entry points selectable by properties of the EntryPoint (typically 'group' or 'name'), such as
4646
``console_scripts``, ``distutils.commands`` and others. Each group contains a
4747
collection of :ref:`EntryPoint <entry-points>` objects.
4848

0 commit comments

Comments
 (0)