diff options
author | Brett Cannon <bcannon@gmail.com> | 2004-12-06 06:01:13 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2004-12-06 06:01:13 (GMT) |
commit | 98809b76ae6f683cb41f370297b01fa466870761 (patch) | |
tree | 1ab41ebd4aecd28e2634f8a81302e9f6e98aebee /Mac | |
parent | 5f5e141589523c3ddf8bbd611f358950126977ef (diff) | |
download | cpython-98809b76ae6f683cb41f370297b01fa466870761.zip cpython-98809b76ae6f683cb41f370297b01fa466870761.tar.gz cpython-98809b76ae6f683cb41f370297b01fa466870761.tar.bz2 |
Very minor grammatical fix and removal of a tab.
Diffstat (limited to 'Mac')
-rw-r--r-- | Mac/OSX/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mac/OSX/README b/Mac/OSX/README index d618915..26c646db 100644 --- a/Mac/OSX/README +++ b/Mac/OSX/README @@ -4,7 +4,7 @@ Building and using a framework-based Python on Mac OS X. This document provides a quick introduction to framework-based Python, its advantages, and how to build it. -1. Why would I want a framework Python in stead of a normal static Python? +1. Why would I want a framework Python instead of a normal static Python? -------------------------------------------------------------------------- The main reason is because you want to create GUI programs in Python. With the @@ -160,4 +160,4 @@ macresource module and the Mac/OSX/Makefile cater for this, and create ".rsrc.df.rsrc" files on the fly that are normal datafork-based resource files. - Jack Jansen, Jack.Jansen@cwi.nl, 15-Jul-2004.
\ No newline at end of file + Jack Jansen, Jack.Jansen@cwi.nl, 15-Jul-2004. |