Skip to content

Commit 541b89e

Browse files
[3.12] IDLE: fix url in config.py comment (GH-119198) (#119200)
IDLE: fix url in config.py comment (GH-119198) (cherry picked from commit 357f5a1) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
1 parent 30c687c commit 541b89e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/idlelib/config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def __init__(self, _utest=False):
159159
self.userCfg = {}
160160
self.cfg = {} # TODO use to select userCfg vs defaultCfg
161161
# self.blink_off_time = <first editor text>['insertofftime']
162-
# See https:/bugs.python.org/issue4630, msg356516.
162+
# See https://bugs.python.org/issue4630#msg356516.
163163

164164
if not _utest:
165165
self.CreateConfigHandlers()

0 commit comments

Comments
 (0)