Skip to content

Commit 23acadc

Browse files
authored
bpo-37741: make importlib.metadata docs discoverable through a module directive. (GH-25415)
Automerge-Triggered-By: GH:jaraco
1 parent 3fc65b9 commit 23acadc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Doc/library/importlib.metadata.rst

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
Using :mod:`!importlib.metadata`
55
=================================
66

7+
.. module:: importlib.metadata
8+
:synopsis: The implementation of the importlib metadata.
9+
10+
**Source code:** :source:`Lib/importlib/metadata.py`
11+
712
.. note::
813
This functionality is provisional and may deviate from the usual
914
version semantics of the standard library.

0 commit comments

Comments
 (0)