IDLE: fix url in config.py comment (#119198)

This commit is contained in:
Terry Jan Reedy 2024-05-20 02:04:50 -04:00 committed by GitHub
parent 0abf997e75
commit 357f5a1f73
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -159,7 +159,7 @@ class IdleConf:
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()