mirror of
https://github.com/python/cpython.git
synced 2025-08-10 03:49:18 +00:00
[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 357f5a1f73
)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
This commit is contained in:
parent
30c687cdf8
commit
541b89eaf6
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ class IdleConf:
|
|||
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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue