Skip to content

Commit 09016ca

Browse files
rework second one
1 parent f9c95d7 commit 09016ca

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Doc/library/importlib.metadata.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,9 @@ the metadata of an installed `Distribution Package <https://packaging.python.org
1818
such as its entry points
1919
or its top-level names (`Import Package <https://packaging.python.org/en/latest/glossary/#term-Import-Package>`_\s, modules, if any).
2020
Built in part on Python's import system, this library
21-
intends to replace similar functionality in the entry point
22-
API and metadata API of ``pkg_resources``. Along with
23-
:mod:`importlib.resources`,
24-
this package can eliminate the need to use the older and less efficient
25-
``pkg_resources`` package.
21+
provides the entry point and metadata APIs that were previously
22+
exposed by the now-removed ``pkg_resources`` package. Along with
23+
:mod:`importlib.resources`, it supersedes ``pkg_resources``.
2624

2725
``importlib.metadata`` operates on third-party *distribution packages*
2826
installed into Python's ``site-packages`` directory via tools such as

0 commit comments

Comments
 (0)