diff options
author | Christian Clauss <cclauss@me.com> | 2021-10-07 13:42:07 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-07 13:42:07 (GMT) |
commit | 71d56a72313d66e73ca1b61130d2e617235c8a93 (patch) | |
tree | 144c8464dc321f127e3dc1756b5b674fd19e5efd /Mac/README.rst | |
parent | 8f762349a20672f298584e5134f3f8b1b307745a (diff) | |
download | cpython-71d56a72313d66e73ca1b61130d2e617235c8a93.zip cpython-71d56a72313d66e73ca1b61130d2e617235c8a93.tar.gz cpython-71d56a72313d66e73ca1b61130d2e617235c8a93.tar.bz2 |
[3.9] [Misc] [Mac] Fix typos found using codespell (GH-28756) (GH-28793)
(cherry picked from commit 470145f572b53fe73518cda1eeacc56fec78c1b2)
Automerge-Triggered-By: GH:JulienPalard
Diffstat (limited to 'Mac/README.rst')
-rw-r--r-- | Mac/README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/README.rst b/Mac/README.rst index 1670fe5..f7c4df0 100644 --- a/Mac/README.rst +++ b/Mac/README.rst @@ -296,7 +296,7 @@ How do I create a binary distribution? Download and unpack the source release from https://www.python.org/download/. Go to the directory ``Mac/BuildScript``. There you will find a script ``build-installer.py`` that does all the work. This will download and build -a number of 3rd-party libaries, configures and builds a framework Python, +a number of 3rd-party libraries, configures and builds a framework Python, installs it, creates the installer package files and then packs this in a DMG image. The script also builds an HTML copy of the current Python documentation set for this release for inclusion in the framework. The |