Whitespace normalization.

This commit is contained in:
Tim Peters 2006-06-11 19:42:51 +00:00
parent 0d5d222959
commit 4f96f1f2b5
9 changed files with 49 additions and 49 deletions

View file

@ -1396,8 +1396,8 @@ def main():
if macosxSupport.runningAsOSXApp() and flist.dict:
# On OSX: when the user has double-clicked on a file that causes
# IDLE to be launched the shell window will open just in front of
# the file she wants to see. Lower the interpreter window when
# IDLE to be launched the shell window will open just in front of
# the file she wants to see. Lower the interpreter window when
# there are open files.
shell.top.lower()