diff options
author | Christian Clauss <cclauss@me.com> | 2021-10-07 15:09:30 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-07 15:09:30 (GMT) |
commit | 212140dceb72d40ba19e4aef089c707dbbcfd5cb (patch) | |
tree | 6704c05b9800bb901fe30f78473c6e34d3044e45 /Mac/README.rst | |
parent | dcfbe4f72d927a3f63a9df9e7add061c71fce547 (diff) | |
download | cpython-212140dceb72d40ba19e4aef089c707dbbcfd5cb.zip cpython-212140dceb72d40ba19e4aef089c707dbbcfd5cb.tar.gz cpython-212140dceb72d40ba19e4aef089c707dbbcfd5cb.tar.bz2 |
[3.10] [Misc] [Mac] Fix typos found using codespell (GH-28756) (GH-28794)
(cherry picked from commit 470145f572b53fe73518cda1eeacc56fec78c1b2)
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 3ef2811..8f2f153 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 |