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 """