Skip to content

Commit

Permalink
IDLE: fix url in config.py comment (#119198)
Browse files Browse the repository at this point in the history
  • Loading branch information
terryjreedy authored May 20, 2024
1 parent 0abf997 commit 357f5a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/idlelib/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def __init__(self, _utest=False):
self.userCfg = {}
self.cfg = {} # TODO use to select userCfg vs defaultCfg
# self.blink_off_time = <first editor text>['insertofftime']
# See https:/bugs.python.org/issue4630, msg356516.
# See https://bugs.python.org/issue4630#msg356516.

if not _utest:
self.CreateConfigHandlers()
Expand Down

0 comments on commit 357f5a1

Please sign in to comment.