Skip to content

Commit c89c5b5

Browse files
Update Lib/test/test_repl.py
Co-authored-by: Peter Bierma <[email protected]>
1 parent d3274fb commit c89c5b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_repl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def test_no_memory(self):
100100

101101
@cpython_only
102102
def test_exec_set_nomemory_hang(self):
103-
# gh-134163 Test case that triggers no memory hang condition
103+
# gh-134163: Test case that triggers no memory hang condition
104104
user_input = dedent("""
105105
a1 = list(range(1000, 2000))
106106
a2 = list(range(1000, 2000))

0 commit comments

Comments
 (0)