Fix typo in documentation of importlib.metadata (GH-112099)

Fix minor typo in importlib doc
This commit is contained in:
Charlie Zhao 2023-11-18 07:11:30 +08:00 committed by GitHub
parent da314f7c8d
commit dabc0d77b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,7 +41,7 @@ and metadata defined by the `Core metadata specifications <https://packaging.pyt
and one top-level *import package*
may map to multiple *distribution packages*
if it is a namespace package.
You can use :ref:`package_distributions() <package-distributions>`
You can use :ref:`packages_distributions() <package-distributions>`
to get a mapping between them.
By default, distribution metadata can live on the file system