Skip to content

Commit

Permalink
[3.13] IDLE: fix url in config.py comment (pythonGH-119198) (python#1…
Browse files Browse the repository at this point in the history
…19199)

IDLE: fix url in config.py comment (pythonGH-119198)
(cherry picked from commit 357f5a1)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
  • Loading branch information
miss-islington and terryjreedy authored May 20, 2024
1 parent 27b61c1 commit 3b90807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/idlelib/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def __init__(self, _utest=False):
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()
Expand Down

0 comments on commit 3b90807

Please sign in to comment.