diff --git a/docs/index.rst b/docs/index.rst index 168f7fbc..1ebbf345 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -9,8 +9,7 @@ and newer (backported as :doc:`importlib_resources `) this package can eliminate the need to use the older and less efficient ``pkg_resources`` package. -``importlib_metadata`` supplies a backport of -:doc:`importlib.metadata `, +``importlib_metadata`` supplies a backport of :mod:`importlib.metadata`, enabling early access to features of future Python versions and making functionality available for older Python versions. Users are encouraged to use the Python standard library where suitable and fall back to