From dea3223740127ac13f984c1d38f127ab6701af44 Mon Sep 17 00:00:00 2001 From: Zackery Spytz Date: Sat, 13 Jun 2020 11:35:08 -0600 Subject: bpo-37674: Tweak imp module deprecation note in the docs (GH-20480) --- Doc/library/imp.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/imp.rst b/Doc/library/imp.rst index f5ad8c7..121a730 100644 --- a/Doc/library/imp.rst +++ b/Doc/library/imp.rst @@ -8,7 +8,7 @@ **Source code:** :source:`Lib/imp.py` .. deprecated:: 3.4 - The :mod:`imp` package is pending deprecation in favor of :mod:`importlib`. + The :mod:`imp` module is deprecated in favor of :mod:`importlib`. .. index:: statement: import -- cgit v0.12