Skip to content

Commit f206a04

Browse files
committed
fixup! amend description 'mode' -> 'build'
1 parent 00280b6 commit f206a04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_crossinterp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1530,7 +1530,7 @@ def test_capture_exception_invalid_format(self, exc_lines):
15301530

15311531
@support.skipUnless(
15321532
support.Py_DEBUG,
1533-
"printing subinterpreter unraisable exceptions requires DEBUG mode",
1533+
"printing subinterpreter unraisable exceptions requires DEBUG build",
15341534
)
15351535
def test_capture_exception_unraisable_exception(self):
15361536
formatter = lambda self: 1

0 commit comments

Comments
 (0)