Skip to content

Commit 5a58f66

Browse files
committed
regen-all
1 parent 362f0a8 commit 5a58f66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_pdb.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3049,7 +3049,7 @@ def test_pdb_issue_gh_127321():
30493049
... 'continue'
30503050
... ]):
30513051
... test_function()
3052-
> <doctest test.test_pdb.test_pdb_issue_gh_127321[0]>(4)test_function()
3052+
> <doctest test.test_pdb.test_pdb_issue_gh_127321[0]>(3)test_function()
30533053
-> [1, 2] and pdb_instance.set_trace()
30543054
(Pdb) continue
30553055
"""

0 commit comments

Comments
 (0)