Commit 98809b76 authored by Brett Cannon's avatar Brett Cannon

Very minor grammatical fix and removal of a tab.

parent 5f5e1415
...@@ -4,7 +4,7 @@ Building and using a framework-based Python on Mac OS X. ...@@ -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 This document provides a quick introduction to framework-based Python, its
advantages, and how to build it. 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 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 ...@@ -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 ".rsrc.df.rsrc" files on the fly that are normal datafork-based resource
files. files.
Jack Jansen, Jack.Jansen@cwi.nl, 15-Jul-2004. Jack Jansen, Jack.Jansen@cwi.nl, 15-Jul-2004.
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment