We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d75555 commit 175e0bfCopy full SHA for 175e0bf
1 file changed
Lib/idlelib/macosxSupport.py
@@ -9,7 +9,7 @@ def runningAsOSXApp():
9
"""
10
Returns True if Python is running from within an app on OSX.
11
If so, assume that Python was built with Aqua Tcl/Tk rather than
12
- X11 Tck/Tk.
+ X11 Tcl/Tk.
13
14
return (sys.platform == 'darwin' and '.app' in sys.executable)
15
0 commit comments