diff options
author | Tim Peters <tim.peters@gmail.com> | 2006-06-11 19:42:51 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2006-06-11 19:42:51 (GMT) |
commit | 4f96f1f2b5068b8e8bd8d0f83f856b6e2883a3ab (patch) | |
tree | c53747593db6eac7dff992f88fec46f4318ae3ae /Lib/idlelib/PyShell.py | |
parent | 0d5d222959e0422b93065f0661b06061b713e5af (diff) | |
download | cpython-4f96f1f2b5068b8e8bd8d0f83f856b6e2883a3ab.zip cpython-4f96f1f2b5068b8e8bd8d0f83f856b6e2883a3ab.tar.gz cpython-4f96f1f2b5068b8e8bd8d0f83f856b6e2883a3ab.tar.bz2 |
Whitespace normalization.
Diffstat (limited to 'Lib/idlelib/PyShell.py')
-rw-r--r-- | Lib/idlelib/PyShell.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/idlelib/PyShell.py b/Lib/idlelib/PyShell.py index 0edd2d1..f7622f1 100644 --- a/Lib/idlelib/PyShell.py +++ b/Lib/idlelib/PyShell.py @@ -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() |