]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in documentation of `importlib.metadata` (GH-112099)
authorCharlie Zhao <zhaoyu_hit@qq.com>
Fri, 17 Nov 2023 23:11:30 +0000 (07:11 +0800)
committerGitHub <noreply@github.com>
Fri, 17 Nov 2023 23:11:30 +0000 (15:11 -0800)
Fix minor typo in importlib doc

Doc/library/importlib.metadata.rst

index d2cc769e2c84006eead31134ac122bfd7a6da5be..1df7d8d772a2747403dca91a3ef1f40736c7ebae 100644 (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