]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] Fix idlelib typos (GH-125484) (#125488)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 14 Oct 2024 21:34:38 +0000 (23:34 +0200)
committerGitHub <noreply@github.com>
Mon, 14 Oct 2024 21:34:38 +0000 (21:34 +0000)
commit86296bbc178aa2f7094c8d7ab9eb4175f78d105f
treec8d493d60262280ac8a9a6749e9c30ec6d95ffff
parent92908681557308baa60f86d9ed24c132debfc35b
[3.12] Fix idlelib typos (GH-125484) (#125488)

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