]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
IDLE: fix url in config.py comment (#119198)
authorTerry Jan Reedy <tjreedy@udel.edu>
Mon, 20 May 2024 06:04:50 +0000 (02:04 -0400)
committerGitHub <noreply@github.com>
Mon, 20 May 2024 06:04:50 +0000 (06:04 +0000)
Lib/idlelib/config.py

index 92992fd9cce9cd64ec4ad8ad8efb94a3a5e4b015..7fc08ef97481821266a5ff809d7d99905e040299 100644 (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()