diff options
Diffstat (limited to 'Lib/idlelib/buildapp.py')
-rw-r--r-- | Lib/idlelib/buildapp.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Lib/idlelib/buildapp.py b/Lib/idlelib/buildapp.py index a67ccea..672eb1e 100644 --- a/Lib/idlelib/buildapp.py +++ b/Lib/idlelib/buildapp.py @@ -1,5 +1,5 @@ # -# After running python setup.py install, run this program from the command +# After running python setup.py install, run this program from the command # line like so: # # % python2.3 buildapp.py build @@ -10,8 +10,8 @@ from bundlebuilder import buildapp buildapp( - name="IDLE", - mainprogram="idle.py", - argv_emulation=1, - iconfile="Icons/idle.icns", + name="IDLE", + mainprogram="idle.py", + argv_emulation=1, + iconfile="Icons/idle.icns", ) |