diff options
author | Christian Clauss <cclauss@me.com> | 2021-10-06 17:40:09 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-06 17:40:09 (GMT) |
commit | 470145f572b53fe73518cda1eeacc56fec78c1b2 (patch) | |
tree | 10071daf26de01236ec7797d4aef895df719a01a /Mac/IDLE/IDLE.app | |
parent | f528045f695f7483d955a1eae4c1df68b1b4cacd (diff) | |
download | cpython-470145f572b53fe73518cda1eeacc56fec78c1b2.zip cpython-470145f572b53fe73518cda1eeacc56fec78c1b2.tar.gz cpython-470145f572b53fe73518cda1eeacc56fec78c1b2.tar.bz2 |
[Misc] [Mac] Fix typos found using codespell (GH-28756)
Diffstat (limited to 'Mac/IDLE/IDLE.app')
-rw-r--r-- | Mac/IDLE/IDLE.app/Contents/Resources/idlemain.py | 2 |
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 5994c18..ccc18d4 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. |