Skip to content

Commit a297926

Browse files
Update Lib/test/test_pdb.py
Co-authored-by: Irit Katriel <[email protected]>
1 parent 4de616a commit a297926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_pdb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3817,7 +3817,7 @@ def bar():
38173817
self.assertIn('(Pdb) 42', lines)
38183818

38193819
def test_issue135700(self):
3820-
"""https://github.com/python/cpython/issues/135700"""
3820+
# See gh-135700
38213821
module_code = """\
38223822
22
38233823

0 commit comments

Comments
 (0)