summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
Diffstat (limited to 'Lib')
-rw-r--r--Lib/doctest.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/doctest.py b/Lib/doctest.py
index 6441054..dc7ec89 100644
--- a/Lib/doctest.py
+++ b/Lib/doctest.py
@@ -90,7 +90,6 @@ __all__ = [
'script_from_examples',
'testsource',
'debug_src',
- 'debug_script',
'debug',
]