summaryrefslogtreecommitdiffstats
path: root/Lib/test/output/test_doctest
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/output/test_doctest')
-rw-r--r--Lib/test/output/test_doctest2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/output/test_doctest b/Lib/test/output/test_doctest
index 2eee5a4..78f7a20 100644
--- a/Lib/test/output/test_doctest
+++ b/Lib/test/output/test_doctest
@@ -2,7 +2,7 @@ test_doctest
Running doctest.__doc__
Trying: 1/0
Expecting:
-Traceback (innermost last):
+Traceback (most recent call last):
File "<stdin>", line 1, in ?
ZeroDivisionError: integer division or modulo by zero
ok