#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 @@ def open(self, event=None, editFile=None):
else:
if self.text:
self.text.focus_set()
return "break"
#
# Code for use outside IDLE: