]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-37674: Tweak imp module deprecation note in the docs (GH-20480)
authorZackery Spytz <zspytz@gmail.com>
Sat, 13 Jun 2020 17:35:08 +0000 (11:35 -0600)
committerGitHub <noreply@github.com>
Sat, 13 Jun 2020 17:35:08 +0000 (10:35 -0700)
Doc/library/imp.rst

index f5ad8c7229644fc93e97acbd7fd05846b6fc5fd8..121a730e0c9b4a4f0d82e4ca9b6cbcc813018443 100644 (file)
@@ -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