summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-10-18 16:16:55 -0400
committerGitHub <noreply@github.com>2021-10-18 16:16:55 -0400
commitd85bc3543859d91260d25321650db8222040fa59 (patch)
tree13f16f2e0cff12696d3de694c9fe115a57814463
parent2da343f5b6b5b403f697c3ba5f9f4fe285b6f725 (diff)
downloadcpython-git-bpo-45514/deprecate-importlib-resources-legacy.tar.gz
Indicate importlib.resources as a module.bpo-45514/deprecate-importlib-resources-legacy
Co-authored-by: Filipe LaĆ­ns <lains@riseup.net>
-rw-r--r--Misc/NEWS.d/next/Library/2021-10-18-14-25-35.bpo-45514.YmlzIl.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-10-18-14-25-35.bpo-45514.YmlzIl.rst b/Misc/NEWS.d/next/Library/2021-10-18-14-25-35.bpo-45514.YmlzIl.rst
index ac9aa49b73..03f944faa8 100644
--- a/Misc/NEWS.d/next/Library/2021-10-18-14-25-35.bpo-45514.YmlzIl.rst
+++ b/Misc/NEWS.d/next/Library/2021-10-18-14-25-35.bpo-45514.YmlzIl.rst
@@ -1 +1 @@
-Deprecated legacy functions in importlib.resources.
+Deprecated legacy functions in :mod:`importlib.resources`.