diff options
author | 2016-05-08 13:53:41 +0000 | |
---|---|---|
committer | 2016-05-08 13:53:41 +0000 | |
commit | 4c35964b764540988bfb342bffc7c4b1cb674031 (patch) | |
tree | aecd23f6cba96f1110bd90cc9fd774f17d6fa4ce /Mac | |
parent | Fix typos in comments, documentation and test method names (diff) | |
download | cpython-4c35964b764540988bfb342bffc7c4b1cb674031.tar.gz cpython-4c35964b764540988bfb342bffc7c4b1cb674031.tar.bz2 cpython-4c35964b764540988bfb342bffc7c4b1cb674031.zip |
Corrections for a/an in code comments and documentation
Diffstat (limited to 'Mac')
-rw-r--r-- | Mac/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/README b/Mac/README index 6e08fdcbe2f..b4c6b7f9cd4 100644 --- a/Mac/README +++ b/Mac/README @@ -126,7 +126,7 @@ values are available: To build a universal binary that includes a 64-bit architecture, you must build on a system running OS X 10.5 or later. The ``all`` and ``64-bit`` flavors can -only be built with an 10.5 SDK because ``ppc64`` support was only included with +only be built with a 10.5 SDK because ``ppc64`` support was only included with OS X 10.5. Although legacy ``ppc`` support was included with Xcode 3 on OS X 10.6, it was removed in Xcode 4, versions of which were released on OS X 10.6 and which is the standard for OS X 10.7. To summarize, the |