Skip to content

Commit 0a94b48

Browse files
committed
gh-153477: Backfill issue number in a test comment
1 parent 80fc171 commit 0a94b48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/idlelib/idle_test/test_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def test_load_file(self):
9494
self.assertEqual(parser.GetOptionList('Foo Bar'), ['foo'])
9595

9696
def test_load_invalid_file(self):
97-
# gh-000000: a corrupt config file must warn and fall back to
97+
# gh-153477: a corrupt config file must warn and fall back to
9898
# defaults, not abort IDLE startup.
9999
self.addCleanup(config._warned.clear)
100100
with tempfile.TemporaryDirectory() as tdir:

0 commit comments

Comments
 (0)