You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
``importlib_metadata`` is a library that provides access to
16
+
``importlib.metadata`` is a library that provides access to
17
17
the metadata of an installed `Distribution Package <https://packaging.python.org/en/latest/glossary/#term-Distribution-Package>`_,
18
18
such as its entry points
19
19
or its top-level names (`Import Package <https://packaging.python.org/en/latest/glossary/#term-Import-Package>`_\s, modules, if any).
@@ -24,7 +24,7 @@ API`_ and `metadata API`_ of ``pkg_resources``. Along with
24
24
this package can eliminate the need to use the older and less efficient
25
25
``pkg_resources`` package.
26
26
27
-
``importlib_metadata`` operates on third-party *distribution packages*
27
+
``importlib.metadata`` operates on third-party *distribution packages*
28
28
installed into Python's ``site-packages`` directory via tools such as
0 commit comments