Skip to content

Commit 0db48e5

Browse files
Disambiguate issue reference
Co-authored-by: Peter Bierma <[email protected]>
1 parent 5cc8e1d commit 0db48e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_pyrepl/test_pyrepl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1407,7 +1407,7 @@ def test_dumb_terminal_exits_cleanly(self):
14071407
env = os.environ.copy()
14081408
env.pop('PYTHON_BASIC_REPL', None)
14091409
# Ignore PYTHONSTARTUP to not pollute the output
1410-
# with an unrelated traceback. See #137568
1410+
# with an unrelated traceback. See GH-137568.
14111411
env.pop('PYTHONSTARTUP', None)
14121412
env.update({"TERM": "dumb"})
14131413
output, exit_code = self.run_repl("exit()\n", env=env)

0 commit comments

Comments
 (0)