Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0abf997 commit 357f5a1Copy full SHA for 357f5a1
1 file changed
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