]> granicus.if.org Git - python/commitdiff
Typo.
authorGuilherme Polo <ggpolo@gmail.com>
Wed, 5 Aug 2009 23:48:26 +0000 (23:48 +0000)
committerGuilherme Polo <ggpolo@gmail.com>
Wed, 5 Aug 2009 23:48:26 +0000 (23:48 +0000)
Lib/idlelib/macosxSupport.py

index bf472c22d2d8db15c29d2ceeeb88ce799d0d67b8..8f86ca69280a7f9757501fe4b12885c4d8c5fb42 100644 (file)
@@ -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)