]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.9] bpo-37741: make importlib.metadata docs discoverable through a module directive...
authorJason R. Coombs <jaraco@jaraco.com>
Sun, 27 Jun 2021 22:05:27 +0000 (18:05 -0400)
committerGitHub <noreply@github.com>
Sun, 27 Jun 2021 22:05:27 +0000 (18:05 -0400)
Automerge-Triggered-By: GH:jaraco.
(cherry picked from commit 23acadcc1c75eb74b2459304af70d97a35001b34)

Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
Doc/library/importlib.metadata.rst

index ff3b7f162f9627f549d25e40318b12809039871e..9bf34047ddaecbc89b95c9c62d9c80b5cb56ec51 100644 (file)
@@ -7,6 +7,8 @@
 .. module:: importlib.metadata
    :synopsis: The implementation of the importlib metadata.
 
+**Source code:** :source:`Lib/importlib/metadata.py`
+
 .. versionadded:: 3.8
 
 .. note::