summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2024-05-20 06:29:42 (GMT)
committerGitHub <noreply@github.com>2024-05-20 06:29:42 (GMT)
commit541b89eaf606de286bc7c33588b63c3d0a9310b8 (patch)
tree575c797c61c2a51de101440ddf5ae920c8e589d1
parent30c687cdf8f7073302e92b2b125553d518a94eac (diff)
downloadcpython-541b89eaf606de286bc7c33588b63c3d0a9310b8.zip
cpython-541b89eaf606de286bc7c33588b63c3d0a9310b8.tar.gz
cpython-541b89eaf606de286bc7c33588b63c3d0a9310b8.tar.bz2
[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 357f5a1f73684d0c126a5e8f79d76ff3641c4d52) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
-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()