Skip to content

Commit f9aae29

Browse files
authored
Better wording in the comment
1 parent ae292f5 commit f9aae29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_traceback.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ def test_lost_io_open(self):
536536
raise RuntimeError("should not crash")
537537
""")
538538

539-
# Create a temporary script to go through _Py_FindSourceFile
539+
# Create a temporary script to exercise _Py_FindSourceFile
540540
with temp_dir() as script_dir:
541541
script = make_script(
542542
script_dir=script_dir,

0 commit comments

Comments
 (0)