Skip to content

Commit aae18a1

Browse files
authored
Fix docs source link for importlib.metadata (GH-29025)
The link broke for Python 3.10 since importlib.metadata was made from a module into a package I think this is trivial enough to not need a bpo issue. Automerge-Triggered-By: GH:jaraco
1 parent 62bf263 commit aae18a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/importlib.metadata.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
.. versionchanged:: 3.10
1212
``importlib.metadata`` is no longer provisional.
1313

14-
**Source code:** :source:`Lib/importlib/metadata.py`
14+
**Source code:** :source:`Lib/importlib/metadata/__init__.py`
1515

1616
``importlib.metadata`` is a library that provides for access to installed
1717
package metadata. Built in part on Python's import system, this library

0 commit comments

Comments
 (0)