mirror of
https://github.com/python/cpython.git
synced 2025-10-21 14:12:27 +00:00
IDLE: fix url in config.py comment (#119198)
This commit is contained in:
parent
0abf997e75
commit
357f5a1f73
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ class IdleConf:
|
||||||
self.userCfg = {}
|
self.userCfg = {}
|
||||||
self.cfg = {} # TODO use to select userCfg vs defaultCfg
|
self.cfg = {} # TODO use to select userCfg vs defaultCfg
|
||||||
# self.blink_off_time = <first editor text>['insertofftime']
|
# 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:
|
if not _utest:
|
||||||
self.CreateConfigHandlers()
|
self.CreateConfigHandlers()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue