summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2012-05-27 00:44:45 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2012-05-27 00:44:45 (GMT)
commitf1ee7886f314c6fea58afc4de4c1101b514a1c07 (patch)
treed52882dd086c13e29cda1b17c5d04c90c7cf327f /Lib/idlelib
parent935d5eb43fa877aa9a418ef8369f95f250fb0dc1 (diff)
parent3fde191f3996e51ecfa24c9c7077562c67ebf445 (diff)
downloadcpython-f1ee7886f314c6fea58afc4de4c1101b514a1c07.zip
cpython-f1ee7886f314c6fea58afc4de4c1101b514a1c07.tar.gz
cpython-f1ee7886f314c6fea58afc4de4c1101b514a1c07.tar.bz2
Merge with 3.2 #10635 whitespace
Diffstat (limited to 'Lib/idlelib')
-rw-r--r--Lib/idlelib/IOBinding.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/IOBinding.py b/Lib/idlelib/IOBinding.py
index eb7f97b..3c0995a 100644
--- a/Lib/idlelib/IOBinding.py
+++ b/Lib/idlelib/IOBinding.py
@@ -183,7 +183,7 @@ class IOBinding:
else:
if self.text:
self.text.focus_set()
-
+
return "break"
#
# Code for use outside IDLE: