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 415a2bf commit eb107b0Copy full SHA for eb107b0
importlib_metadata/docs/using.rst
@@ -70,7 +70,7 @@ Entry points
70
The ``entry_points()`` function returns a dictionary of all entry points,
71
keyed by group. Entry points are represented by ``EntryPoint`` instances;
72
each ``EntryPoint`` has a ``.name``, ``.group``, and ``.value`` attributes and
73
-a ``.load()`` method to resolve the value.
+a ``.load()`` method to resolve the value::
74
75
>>> eps = entry_points()
76
>>> list(eps)
0 commit comments