summaryrefslogtreecommitdiff
path: root/Lib/idlelib/macosxSupport.py
diff options
context:
space:
mode:
authorGuilherme Polo <ggpolo@gmail.com>2009-08-05 23:48:26 +0000
committerGuilherme Polo <ggpolo@gmail.com>2009-08-05 23:48:26 +0000
commit175e0bf8ca4934fd4f360cc403e209b671a162a9 (patch)
tree0eccc792b1d037ca7f634a5cc5618ed5153fb645 /Lib/idlelib/macosxSupport.py
parent3d75555b2bd6abdd705c36c9c3b3ddc87c43a59c (diff)
downloadcpython-git-175e0bf8ca4934fd4f360cc403e209b671a162a9.tar.gz
Typo.
Diffstat (limited to 'Lib/idlelib/macosxSupport.py')
-rw-r--r--Lib/idlelib/macosxSupport.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/macosxSupport.py b/Lib/idlelib/macosxSupport.py
index bf472c22d2..8f86ca6928 100644
--- a/Lib/idlelib/macosxSupport.py
+++ b/Lib/idlelib/macosxSupport.py
@@ -9,7 +9,7 @@ def runningAsOSXApp():
"""
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)