We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f51eccd commit 02e28cdCopy full SHA for 02e28cd
docs/pkg_resources.rst
@@ -12,7 +12,7 @@ packages.
12
13
.. attention::
14
Use of ``pkg_resources`` is deprecated in favor of
15
- `importlib.resources <https://docs.python.org/3/library/importlib.html#module-importlib.resources>`_,
+ `importlib.resources <https://docs.python.org/3/library/importlib.resources.html#module-importlib.resources>`_,
16
`importlib.metadata <https://docs.python.org/3/library/importlib.metadata.html>`_,
17
and their backports (:pypi:`importlib_resources`,
18
:pypi:`importlib_metadata`).
0 commit comments