Skip to content

Commit eb107b0

Browse files
committed
Use :: for consistency.
1 parent 415a2bf commit eb107b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

importlib_metadata/docs/using.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Entry points
7070
The ``entry_points()`` function returns a dictionary of all entry points,
7171
keyed by group. Entry points are represented by ``EntryPoint`` instances;
7272
each ``EntryPoint`` has a ``.name``, ``.group``, and ``.value`` attributes and
73-
a ``.load()`` method to resolve the value.
73+
a ``.load()`` method to resolve the value::
7474

7575
>>> eps = entry_points()
7676
>>> list(eps)

0 commit comments

Comments
 (0)