summaryrefslogtreecommitdiff
path: root/Tools/idle/ScriptBinding.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2002-08-23 18:19:30 +0000
committerTim Peters <tim.peters@gmail.com>2002-08-23 18:19:30 +0000
commit280488b9a3b5cc213d01aae794751b89144f8609 (patch)
treeb7f11d73232fe9cd918e2a37ad000adfc8162cd8 /Tools/idle/ScriptBinding.py
parentfa8dd5f40781d8670824d8ec94e37e4f6e075135 (diff)
downloadcpython-git-280488b9a3b5cc213d01aae794751b89144f8609.tar.gz
Whitespace normalization.
Diffstat (limited to 'Tools/idle/ScriptBinding.py')
-rw-r--r--Tools/idle/ScriptBinding.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/idle/ScriptBinding.py b/Tools/idle/ScriptBinding.py
index 19a20b259d..3e1279ccbc 100644
--- a/Tools/idle/ScriptBinding.py
+++ b/Tools/idle/ScriptBinding.py
@@ -53,7 +53,7 @@ class ScriptBinding:
def __init__(self, editwin):
if not editwin.runnable:
self.menudefs = []
- self.keydefs = {}
+ self.keydefs = {}
self.editwin = editwin
# Provide instance variables referenced by Debugger
# XXX This should be done differently