summaryrefslogtreecommitdiff
path: root/Lib/idlelib/undo.py
diff options
context:
space:
mode:
authorXtreak <tir.karthi@gmail.com>2019-06-03 09:51:15 +0530
committerTerry Jan Reedy <tjreedy@udel.edu>2019-06-03 00:21:15 -0400
commitd9677f36fe486e86bb86f2cd59cb7fc3804bdac1 (patch)
tree587a07399b08b0c9cb380644d3e85f50442598ce /Lib/idlelib/undo.py
parentcba9f84725353455b0995bd47d0fa8cb1724464b (diff)
downloadcpython-git-d9677f36fe486e86bb86f2cd59cb7fc3804bdac1.tar.gz
IDLE: Fix typos in docs and comments (GH-13749)
Diffstat (limited to 'Lib/idlelib/undo.py')
-rw-r--r--Lib/idlelib/undo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/undo.py b/Lib/idlelib/undo.py
index f048994b7d..85ecffecb4 100644
--- a/Lib/idlelib/undo.py
+++ b/Lib/idlelib/undo.py
@@ -2,7 +2,7 @@ import string
from idlelib.delegator import Delegator
-# tkintter import not needed because module does not create widgets,
+# tkinter import not needed because module does not create widgets,
# although many methods operate on text widget arguments.
#$ event <<redo>>