summaryrefslogtreecommitdiff
path: root/Mac/IDLE/IDLE.app/Contents/Resources/idlemain.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/IDLE/IDLE.app/Contents/Resources/idlemain.py')
-rw-r--r--Mac/IDLE/IDLE.app/Contents/Resources/idlemain.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/IDLE/IDLE.app/Contents/Resources/idlemain.py b/Mac/IDLE/IDLE.app/Contents/Resources/idlemain.py
index 5994c18ff8..ccc18d4aee 100644
--- a/Mac/IDLE/IDLE.app/Contents/Resources/idlemain.py
+++ b/Mac/IDLE/IDLE.app/Contents/Resources/idlemain.py
@@ -35,7 +35,7 @@ os.chdir(os.path.expanduser('~/Documents'))
# idlemain.py running under the symlinked python.
# This is the magic step.
# 4. During interpreter initialization, because PYTHONEXECUTABLE is defined,
-# sys.executable may get set to an unuseful value.
+# sys.executable may get set to an useless value.
#
# (Note that the IDLE script and the setting of PYTHONEXECUTABLE is
# generated automatically by bundlebuilder in the Python 2.x build.