commit | 6fb48c69fc6d73567177db1b65ba11a52c62a143 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Mon Oct 14 23:38:40 2024 +0200 |
committer | GitHub <noreply@github.com> | Mon Oct 14 21:38:40 2024 +0000 |
tree | 18429c2d2abe1a13eeeb4692eb09f01e9918dc6e | |
parent | d54dbd62cc9dae9ddee7a1179fb26ccdd4e409dc [diff] |
[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>