Skip to content

Commit 175e0bf

Browse files
committed
Typo.
1 parent 3d75555 commit 175e0bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/idlelib/macosxSupport.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def runningAsOSXApp():
99
"""
1010
Returns True if Python is running from within an app on OSX.
1111
If so, assume that Python was built with Aqua Tcl/Tk rather than
12-
X11 Tck/Tk.
12+
X11 Tcl/Tk.
1313
"""
1414
return (sys.platform == 'darwin' and '.app' in sys.executable)
1515

0 commit comments

Comments
 (0)