We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30c687c commit 541b89eCopy full SHA for 541b89e
Lib/idlelib/config.py
@@ -159,7 +159,7 @@ def __init__(self, _utest=False):
159
self.userCfg = {}
160
self.cfg = {} # TODO use to select userCfg vs defaultCfg
161
# self.blink_off_time = <first editor text>['insertofftime']
162
- # See https:/bugs.python.org/issue4630, msg356516.
+ # See https://bugs.python.org/issue4630#msg356516.
163
164
if not _utest:
165
self.CreateConfigHandlers()
0 commit comments