summaryrefslogtreecommitdiffstats
path: root/Doc/library/imp.rst
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2020-06-13 20:55:38 (GMT)
committerGitHub <noreply@github.com>2020-06-13 20:55:38 (GMT)
commitbda4cc82de06490d982e199e5e49aaed390461ba (patch)
tree13dfe89ed45cca9d6be464bb102b49429339af03 /Doc/library/imp.rst
parentf1534d084085033e3cb3d9bd6e4ac42b0b23b21d (diff)
downloadcpython-bda4cc82de06490d982e199e5e49aaed390461ba.zip
cpython-bda4cc82de06490d982e199e5e49aaed390461ba.tar.gz
cpython-bda4cc82de06490d982e199e5e49aaed390461ba.tar.bz2
[3.9] bpo-37674: Tweak imp module deprecation note in the docs (GH-20480) (GH-20859)
(cherry picked from commit dea3223740127ac13f984c1d38f127ab6701af44) Co-authored-by: Zackery Spytz <zspytz@gmail.com> Automerge-Triggered-By: @brettcannon
Diffstat (limited to 'Doc/library/imp.rst')
-rw-r--r--Doc/library/imp.rst2
1 files changed, 1 insertions, 1 deletions
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