From: Terry Jan Reedy Date: Mon, 20 May 2024 06:04:50 +0000 (-0400) Subject: IDLE: fix url in config.py comment (#119198) X-Git-Tag: v3.14.0a1~1871 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=357f5a1f73684d0c126a5e8f79d76ff3641c4d52;p=thirdparty%2FPython%2Fcpython.git IDLE: fix url in config.py comment (#119198) --- diff --git a/Lib/idlelib/config.py b/Lib/idlelib/config.py index 92992fd9cce9..7fc08ef97481 100644 --- a/Lib/idlelib/config.py +++ b/Lib/idlelib/config.py @@ -159,7 +159,7 @@ class IdleConf: self.userCfg = {} self.cfg = {} # TODO use to select userCfg vs defaultCfg # self.blink_off_time = ['insertofftime'] - # See https:/bugs.python.org/issue4630, msg356516. + # See https://bugs.python.org/issue4630#msg356516. if not _utest: self.CreateConfigHandlers()