From 26511993e63265ea5928aabe6af96d89e20f0553 Mon Sep 17 00:00:00 2001 From: Tian Gao Date: Fri, 14 Mar 2025 16:23:21 -0400 Subject: gh-121468: Fix the doctest failure for asyncio test on pdb (#131258) --- Lib/test/test_pdb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_pdb.py b/Lib/test/test_pdb.py index 87afe09..2c85c63 100644 --- a/Lib/test/test_pdb.py +++ b/Lib/test/test_pdb.py @@ -2079,7 +2079,7 @@ if not SKIP_CORO_TESTS: > (2)test() -> import pdb; pdb.Pdb(nosigint=True, readrc=False).set_trace() (Pdb) $_asynctask - :2> ... + :2> ... (Pdb) continue """ -- cgit v0.12