Skip to content

Commit dabc0d7

Browse files
Fix typo in documentation of importlib.metadata (GH-112099)
Fix minor typo in importlib doc
1 parent da314f7 commit dabc0d7

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
@@ -41,7 +41,7 @@ and metadata defined by the `Core metadata specifications <https://packaging.pyt
4141
and one top-level *import package*
4242
may map to multiple *distribution packages*
4343
if it is a namespace package.
44-
You can use :ref:`package_distributions() <package-distributions>`
44+
You can use :ref:`packages_distributions() <package-distributions>`
4545
to get a mapping between them.
4646

4747
By default, distribution metadata can live on the file system

0 commit comments

Comments
 (0)