Skip to content

Commit 5c9198c

Browse files
committed
Indicate code block consistently.
1 parent da0bc89 commit 5c9198c

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
@@ -80,7 +80,7 @@ Query all entry points::
8080

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

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

0 commit comments

Comments
 (0)