summaryrefslogtreecommitdiff
path: root/Doc/library/functions.rst
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2023-04-28 16:17:58 -0700
committerGitHub <noreply@github.com>2023-04-28 16:17:58 -0700
commite1f14643dc0e6024f8df9ae975c3b05912a3cb28 (patch)
tree00bb66f68cadb9457a2a9486873ecf13be0241d6 /Doc/library/functions.rst
parent79b9db9295a5a1607a0b4b10a8b4b72567eaf1ef (diff)
downloadcpython-git-e1f14643dc0e6024f8df9ae975c3b05912a3cb28.tar.gz
gh-98040: Remove just the `imp` module (#98573)
Diffstat (limited to 'Doc/library/functions.rst')
-rw-r--r--Doc/library/functions.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst
index 7792e598c1..a5e86ef0f9 100644
--- a/Doc/library/functions.rst
+++ b/Doc/library/functions.rst
@@ -1987,7 +1987,6 @@ are always available. They are listed here in alphabetical order.
.. index::
statement: import
- module: imp
.. note::