mirror of
https://github.com/python/cpython.git
synced 2025-11-26 21:33:10 +00:00
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
This commit is contained in:
parent
62bf263a77
commit
aae18a1740
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
|||
.. versionchanged:: 3.10
|
||||
``importlib.metadata`` is no longer provisional.
|
||||
|
||||
**Source code:** :source:`Lib/importlib/metadata.py`
|
||||
**Source code:** :source:`Lib/importlib/metadata/__init__.py`
|
||||
|
||||
``importlib.metadata`` is a library that provides for access to installed
|
||||
package metadata. Built in part on Python's import system, this library
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue