#10365 Trim trailing whitespace

This commit is contained in:
Terry Jan Reedy 2012-05-26 20:45:35 -04:00
parent eaa7e7825e
commit 7f5d4104b4
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ class IOBinding:
else:
if self.text:
self.text.focus_set()
return "break"
#
# Code for use outside IDLE: