Commit 175e0bf8 authored by Guilherme Polo's avatar Guilherme Polo

Typo.

parent 3d75555b
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment