]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] IDLE: fix url in config.py comment (GH-119198) (#119200)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 20 May 2024 06:29:42 +0000 (08:29 +0200)
committerGitHub <noreply@github.com>
Mon, 20 May 2024 06:29:42 +0000 (06:29 +0000)
IDLE: fix url in config.py comment (GH-119198)
(cherry picked from commit 357f5a1f73684d0c126a5e8f79d76ff3641c4d52)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
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()