]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] Fix idlelib typos (GH-125484) (#125487)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 14 Oct 2024 21:38:40 +0000 (23:38 +0200)
committerGitHub <noreply@github.com>
Mon, 14 Oct 2024 21:38:40 +0000 (21:38 +0000)
commit6fb48c69fc6d73567177db1b65ba11a52c62a143
tree18429c2d2abe1a13eeeb4692eb09f01e9918dc6e
parentd54dbd62cc9dae9ddee7a1179fb26ccdd4e409dc
[3.13] Fix idlelib typos (GH-125484) (#125487)

Fix idlelib typos (GH-125484)

Propagate fixes in Doc/library/idle.rst to help.html.
Change 'interruptable' to 'interruptible' in run.py.
The latter was reported by ember91 in PR 125473.
(cherry picked from commit 3fea1d000ef0a74062fd3fe218ad94618b08d9f2)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Lib/idlelib/help.html
Lib/idlelib/run.py