commit | 175e0bf8ca4934fd4f360cc403e209b671a162a9 | [log] [tgz] |
---|---|---|
author | Guilherme Polo <ggpolo@gmail.com> | Wed Aug 05 23:48:26 2009 +0000 |
committer | Guilherme Polo <ggpolo@gmail.com> | Wed Aug 05 23:48:26 2009 +0000 |
tree | 0eccc792b1d037ca7f634a5cc5618ed5153fb645 | |
parent | 3d75555b2bd6abdd705c36c9c3b3ddc87c43a59c [diff] [blame] |
Typo.
diff --git a/Lib/idlelib/macosxSupport.py b/Lib/idlelib/macosxSupport.py index bf472c2..8f86ca6 100644 --- a/Lib/idlelib/macosxSupport.py +++ b/Lib/idlelib/macosxSupport.py
@@ -9,7 +9,7 @@ """ Returns True if Python is running from within an app on OSX. If so, assume that Python was built with Aqua Tcl/Tk rather than - X11 Tck/Tk. + X11 Tcl/Tk. """ return (sys.platform == 'darwin' and '.app' in sys.executable)