Skip to content

Commit ab1c3d9

Browse files
bpo-37741: make importlib.metadata docs discoverable through a module directive. (GH-25415) (GH-25417)
Automerge-Triggered-By: GH:jaraco (cherry picked from commit 23acadc) Co-authored-by: Jason R. Coombs <[email protected]> Co-authored-by: Jason R. Coombs <[email protected]>
1 parent 9a75cc6 commit ab1c3d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Doc/library/importlib.metadata.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Using :mod:`!importlib.metadata`
55
=================================
66

7+
.. module:: importlib.metadata
8+
:synopsis: The implementation of the importlib metadata.
9+
710
.. versionadded:: 3.8
811

912
.. note::

0 commit comments

Comments
 (0)