Skip to content

Commit

Permalink
Indicate code block consistently.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Mar 14, 2021
1 parent da0bc89 commit 5c9198c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/using.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Query all entry points::

The ``entry_points()`` function returns an ``EntryPoints`` object,
a sequence of all ``EntryPoint`` objects with ``names`` and ``groups``
attributes for convenience.
attributes for convenience::

>>> sorted(eps.groups)
['console_scripts', 'distutils.commands', 'distutils.setup_keywords', 'egg_info.writers', 'setuptools.installation']
Expand Down

0 comments on commit 5c9198c

Please sign in to comment.