Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e742ade

Browse files
committed
Issue #14346: Fix some typos in the Mac/README file.
(Patch by Dionysios Kalofonos)
1 parent 3a19e54 commit e742ade

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Mac/README

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ flag to configure::
6666
$ make
6767
$ make install
6868

69-
This flag can be used a framework build of python, but also with a classic
69+
This flag can be used with a framework build of python, but also with a classic
7070
unix build. Either way you will have to build python on Mac OS X 10.4 (or later)
7171
with Xcode 2.1 (or later). You also have to install the 10.4u SDK when
7272
installing Xcode.
@@ -214,8 +214,8 @@ How do I create a binary distribution?
214214

215215
Go to the directory "Mac/OSX/BuildScript". There you'll find a script
216216
"build-installer.py" that does all the work. This will download and build
217-
a number of 3th-party libaries, configures and builds a framework Python,
218-
installs it, creates the installer pacakge files and then packs this in a
217+
a number of 3rd-party libaries, configures and builds a framework Python,
218+
installs it, creates the installer package files and then packs this in a
219219
DMG image.
220220

221221
The script will build a universal binary, you'll therefore have to run this
@@ -251,8 +251,8 @@ architectures. Temporarily move ``/usr/local`` aside to finish the build.
251251
Uninstalling a framework install, including the binary installer
252252
================================================================
253253

254-
Uninstalling a framework can be done by manually removing all bits that got installed,
255-
that's true for both installations from source and installations using the binary installer.
254+
Uninstalling a framework can be done by manually removing all bits that got installed.
255+
That's true for both installations from source and installations using the binary installer.
256256
Sadly enough OSX does not have a central uninstaller.
257257

258258
The main bit of a framework install is the framework itself, installed in

0 commit comments

Comments
 (0)