Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 541b89e

Browse filesBrowse files
[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 357f5a1) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
1 parent 30c687c commit 541b89e
Copy full SHA for 541b89e

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎Lib/idlelib/config.py

Copy file name to clipboardExpand all lines: Lib/idlelib/config.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def __init__(self, _utest=False):
159159
self.userCfg = {}
160160
self.cfg = {} # TODO use to select userCfg vs defaultCfg
161161
# self.blink_off_time = <first editor text>['insertofftime']
162-
# See https:/bugs.python.org/issue4630, msg356516.
162+
# See https://bugs.python.org/issue4630#msg356516.
163163

164164
if not _utest:
165165
self.CreateConfigHandlers()

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.