summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/README.txt
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2019-08-30 20:16:37 (GMT)
committerGitHub <noreply@github.com>2019-08-30 20:16:37 (GMT)
commit15119bc2a7e902ae1c6988556c3bef3de87fa789 (patch)
tree1290382963dc9660342ee00186e7376d6a7309c7 /Lib/idlelib/README.txt
parent96b4087ce784ee7434dffdf69c475f5b40543982 (diff)
downloadcpython-15119bc2a7e902ae1c6988556c3bef3de87fa789.zip
cpython-15119bc2a7e902ae1c6988556c3bef3de87fa789.tar.gz
cpython-15119bc2a7e902ae1c6988556c3bef3de87fa789.tar.bz2
IDLE: Fix 2 typos found by Min ho Kim. (GH-15617)
Diffstat (limited to 'Lib/idlelib/README.txt')
-rw-r--r--Lib/idlelib/README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/README.txt b/Lib/idlelib/README.txt
index 42c3506..48a1f4a 100644
--- a/Lib/idlelib/README.txt
+++ b/Lib/idlelib/README.txt
@@ -115,7 +115,7 @@ tooltip.py # unused
IDLE MENUS
Top level items and most submenu items are defined in mainmenu.
-Extenstions add submenu items when active. The names given are
+Extensions add submenu items when active. The names given are
found, quoted, in one of these modules, paired with a '<<pseudoevent>>'.
Each pseudoevent is bound to an event handler. Some event handlers
call another function that does the actual work. The annotations below