@@ -19,7 +19,7 @@ OS X specific arguments to configure
1919
2020 If this argument is specified the build will create a Python.framework rather
2121 than a traditional Unix install. See the section
22- _`Building and using a framework-based Python on Mac OS X` for more
22+ _`Building and using a framework-based Python on Mac OS X` for more
2323 information on frameworks.
2424
2525 If the optional directory argument is specified the framework is installed
@@ -53,7 +53,7 @@ OS X specific arguments to configure
5353
5454* ``--with-univeral-archs=VALUE``
5555
56- Specify the kind of universal binary that should be created. This option is
56+ Specify the kind of universal binary that should be created. This option is
5757 only valid when ``--enable-universalsdk`` is specified. The default is
5858 ``32-bit`` if a building with a SDK that supports PPC, otherwise defaults
5959 to ``intel``.
@@ -174,14 +174,14 @@ Building and using a framework-based Python on Mac OS X.
174174--------------------------------------------------------------------------
175175
176176The main reason is because you want to create GUI programs in Python. With the
177- exception of X11/XDarwin-based GUI toolkits all GUI programs need to be run
177+ exception of X11/XDarwin-based GUI toolkits all GUI programs need to be run
178178from a Mac OS X application bundle (".app").
179179
180180While it is technically possible to create a .app without using frameworks you
181181will have to do the work yourself if you really want this.
182182
183183A second reason for using frameworks is that they put Python-related items in
184- only two places: "/Library/Framework/Python.framework" and
184+ only two places: "/Library/Framework/Python.framework" and
185185"/Applications/Python <VERSION>" where ``<VERSION>`` can be e.g. "3.4",
186186"2.7", etc. This simplifies matters for users installing
187187Python from a binary distribution if they want to get rid of it again. Moreover,
@@ -228,11 +228,11 @@ in the sequence
228228 1. ./configure --enable-framework
229229
230230 2. make
231-
231+
232232 3. make install
233233
234234This sequence will put the framework in ``/Library/Framework/Python.framework``,
235- the applications in ``/Applications/Python <VERSION>`` and the unix tools in
235+ the applications in ``/Applications/Python <VERSION>`` and the unix tools in
236236``/usr/local/bin``.
237237
238238Installing in another place, for instance ``$HOME/Library/Frameworks`` if you
@@ -300,7 +300,7 @@ All of this is normally done completely isolated in /tmp/_py, so it does not
300300use your normal build directory nor does it install into /.
301301
302302Because of the way the script locates the files it needs you have to run it
303- from within the BuildScript directory. The script accepts a number of
303+ from within the BuildScript directory. The script accepts a number of
304304command-line arguments, run it with --help for more information.
305305
306306Configure warnings
0 commit comments