From d85bc3543859d91260d25321650db8222040fa59 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Mon, 18 Oct 2021 16:16:55 -0400 Subject: Indicate importlib.resources as a module. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Filipe LaĆ­ns --- Misc/NEWS.d/next/Library/2021-10-18-14-25-35.bpo-45514.YmlzIl.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`. -- cgit v1.2.1