From: Guilherme Polo Date: Wed, 5 Aug 2009 23:48:26 +0000 (+0000) Subject: Typo. X-Git-Tag: v2.7a1~678 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=175e0bf8ca4934fd4f360cc403e209b671a162a9;p=python Typo. --- 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)