From 3fde191f3996e51ecfa24c9c7077562c67ebf445 Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Sat, 26 May 2012 20:43:17 -0400 Subject: [PATCH] #10365 Trim trailing whitespace --- Lib/idlelib/IOBinding.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/idlelib/IOBinding.py b/Lib/idlelib/IOBinding.py index eb7f97b0737..3c0995a162d 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: