diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-05-26 05:35:26 +0000 |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-05-26 05:35:26 +0000 |
commit | ecaaa548245ae3431815a70162b0d6ef12700551 (patch) | |
tree | 24d972cca3d2c0aa62038d7c84cb2d5c628b55be /Mac | |
parent | 77e3dc3f7da072756adfe8a14cb24bb4a3b60822 (diff) | |
download | cpython-ecaaa548245ae3431815a70162b0d6ef12700551.tar.gz |
Issue #27076: Doc, comment and tests spelling fixes
Most fixes to Doc/ and Lib/ directories by Ville Skytt?.
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 b4c6b7f9cd..07f09fa836 100644 --- a/Mac/README +++ b/Mac/README @@ -56,7 +56,7 @@ OS X specific arguments to configure See the section _`Building and using a universal binary of Python on Mac OS X` for more information. -* ``--with-univeral-archs=VALUE`` +* ``--with-universal-archs=VALUE`` Specify the kind of universal binary that should be created. This option is only valid when ``--enable-universalsdk`` is specified. The default is |