mirror of
https://github.com/python/cpython.git
synced 2024-12-01 13:55:45 +08:00
Fix typo in documentation of importlib.metadata
(GH-112099)
Fix minor typo in importlib doc
This commit is contained in:
parent
da314f7c8d
commit
dabc0d77b2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user