[3.9] bpo-37741: make importlib.metadata docs discoverable through a module directive. (GH-25415) (GH-26500)

Automerge-Triggered-By: GH:jaraco.
(cherry picked from commit 23acadcc1c)

Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
This commit is contained in:
Jason R. Coombs 2021-06-27 18:05:27 -04:00 committed by GitHub
parent 1acd1e6385
commit 17b916737b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,8 @@
.. module:: importlib.metadata .. module:: importlib.metadata
:synopsis: The implementation of the importlib metadata. :synopsis: The implementation of the importlib metadata.
**Source code:** :source:`Lib/importlib/metadata.py`
.. versionadded:: 3.8 .. versionadded:: 3.8
.. note:: .. note::