summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2024-05-20 06:27:51 (GMT)
committerGitHub <noreply@github.com>2024-05-20 06:27:51 (GMT)
commit3b908072578d44673b8f278117c9d4c3d42a3127 (patch)
tree386a820cacfca5c7d008ed1cc6a5a08493224111 /Lib
parent27b61c17a1d32d4773bb91f31c31e05a54b3b3df (diff)
downloadcpython-3b908072578d44673b8f278117c9d4c3d42a3127.zip
cpython-3b908072578d44673b8f278117c9d4c3d42a3127.tar.gz
cpython-3b908072578d44673b8f278117c9d4c3d42a3127.tar.bz2
[3.13] IDLE: fix url in config.py comment (GH-119198) (#119199)
IDLE: fix url in config.py comment (GH-119198) (cherry picked from commit 357f5a1f73684d0c126a5e8f79d76ff3641c4d52) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Diffstat (limited to 'Lib')
-rw-r--r--Lib/idlelib/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/config.py b/Lib/idlelib/config.py
index 92992fd..7fc08ef 100644
--- a/Lib/idlelib/config.py
+++ b/Lib/idlelib/config.py
@@ -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()