diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2020-06-13 20:55:38 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-13 20:55:38 (GMT) |
commit | bda4cc82de06490d982e199e5e49aaed390461ba (patch) | |
tree | 13dfe89ed45cca9d6be464bb102b49429339af03 /Doc/library/imp.rst | |
parent | f1534d084085033e3cb3d9bd6e4ac42b0b23b21d (diff) | |
download | cpython-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.rst | 2 |
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 |