From cc0a7cf47796ea5f10e0e28309456cd4571df96b Mon Sep 17 00:00:00 2001 From: Tian Gao Date: Fri, 14 Mar 2025 15:28:40 -0400 Subject: [PATCH] Fix the doctest failure for asyncio test on pdb --- 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 87afe093e7730e..2c85c63bea0915 100644 --- a/Lib/test/test_pdb.py +++ b/Lib/test/test_pdb.py @@ -2079,7 +2079,7 @@ def test_pdb_asynctask(): > (2)test() -> import pdb; pdb.Pdb(nosigint=True, readrc=False).set_trace() (Pdb) $_asynctask - :2> ... + :2> ... (Pdb) continue """