summaryrefslogtreecommitdiffstats
path: root/Doc/library/idle.rst
diff options
context:
space:
mode:
authorcui fliter <imcusg@gmail.com>2024-03-05 16:05:52 (GMT)
committerGitHub <noreply@github.com>2024-03-05 16:05:52 (GMT)
commite7ba6e9dbe5433b4a0bcb0658da6a68197c28630 (patch)
treea969e02a86240adb40023084777365594bc82c61 /Doc/library/idle.rst
parent4402b3cbcf8323bfa908ef86a687a5a7d46d27f3 (diff)
downloadcpython-e7ba6e9dbe5433b4a0bcb0658da6a68197c28630.zip
cpython-e7ba6e9dbe5433b4a0bcb0658da6a68197c28630.tar.gz
cpython-e7ba6e9dbe5433b4a0bcb0658da6a68197c28630.tar.bz2
chore: fix typos (#116345)
Signed-off-by: cui fliter <imcusg@gmail.com>
Diffstat (limited to 'Doc/library/idle.rst')
-rw-r--r--Doc/library/idle.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/idle.rst b/Doc/library/idle.rst
index 249dc0e..17a5144 100644
--- a/Doc/library/idle.rst
+++ b/Doc/library/idle.rst
@@ -604,7 +604,7 @@ in an editor window.
The editing features described in previous subsections work when entering
code interactively. IDLE's Shell window also responds to the following:
-* :kbd:`C-c` attemps to interrupt statement execution (but may fail).
+* :kbd:`C-c` attempts to interrupt statement execution (but may fail).
* :kbd:`C-d` closes Shell if typed at a ``>>>`` prompt.