#10365 Trim trailing whitespace

This commit is contained in:
Terry Jan Reedy 2012-05-26 20:43:17 -04:00
parent cd6b8c67ce
commit 3fde191f39

View File

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