diff options
Diffstat (limited to 'Lib/idlelib/undo.py')
-rw-r--r-- | Lib/idlelib/undo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/undo.py b/Lib/idlelib/undo.py index f048994..85ecffe 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>> |