diff options
author | 2013-03-11 17:23:46 -0400 | |
---|---|---|
committer | 2013-03-11 17:23:46 -0400 | |
commit | 65e69b37183eb0172b9fbbf28388ff0b0d05b792 (patch) | |
tree | 2462ee8dc9a44af4f422c64b2425d5166a0420ad /Mac | |
parent | #17351: remove "object" inheritance from docs. Patch by Phil Elson. (diff) | |
download | cpython-65e69b37183eb0172b9fbbf28388ff0b0d05b792.tar.gz cpython-65e69b37183eb0172b9fbbf28388ff0b0d05b792.tar.bz2 cpython-65e69b37183eb0172b9fbbf28388ff0b0d05b792.zip |
Issue #17047: removed doubled words in Doc/*, Mac/*, and Tool/*
found by Serhiy Storchaka and Matthew Barnett
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 6853db44c68..0b906f1eddb 100644 --- a/Mac/README +++ b/Mac/README @@ -30,7 +30,7 @@ the Python distribution. * ``--enable-universalsdk[=PATH]`` - Create a universal binary build of of Python. This can be used with both + Create a universal binary build of Python. This can be used with both regular and framework builds. The optional argument specifies which OSX SDK should be used to perform the |