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
(cherry picked from commit aae18a1740)

Co-authored-by: Philipp A <flying-sheep@web.de>
This commit is contained in:
Miss Islington (bot) 2021-10-30 08:32:14 -07:00 committed by GitHub
parent 7e2c0a18b4
commit da222b7cc8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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