https://github.com/python/cpython/commit/357f5a1f73684d0c126a5e8f79d76ff3641c4d52
commit: 357f5a1f73684d0c126a5e8f79d76ff3641c4d52
branch: main
author: Terry Jan Reedy <[email protected]>
committer: terryjreedy <[email protected]>
date: 2024-05-20T06:04:50Z
summary:

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

files:
M Lib/idlelib/config.py

diff --git a/Lib/idlelib/config.py b/Lib/idlelib/config.py
index 92992fd9cce9cd..7fc08ef9748182 100644
--- a/Lib/idlelib/config.py
+++ b/Lib/idlelib/config.py
@@ -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()

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to