summaryrefslogtreecommitdiffstats
path: root/Mac/BuildScript/build-installer.py
diff options
context:
space:
mode:
authorChristian Clauss <cclauss@me.com>2021-10-06 17:40:09 (GMT)
committerGitHub <noreply@github.com>2021-10-06 17:40:09 (GMT)
commit470145f572b53fe73518cda1eeacc56fec78c1b2 (patch)
tree10071daf26de01236ec7797d4aef895df719a01a /Mac/BuildScript/build-installer.py
parentf528045f695f7483d955a1eae4c1df68b1b4cacd (diff)
downloadcpython-470145f572b53fe73518cda1eeacc56fec78c1b2.zip
cpython-470145f572b53fe73518cda1eeacc56fec78c1b2.tar.gz
cpython-470145f572b53fe73518cda1eeacc56fec78c1b2.tar.bz2
[Misc] [Mac] Fix typos found using codespell (GH-28756)
Diffstat (limited to 'Mac/BuildScript/build-installer.py')
-rwxr-xr-xMac/BuildScript/build-installer.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py
index 529060d..a6d5c34 100755
--- a/Mac/BuildScript/build-installer.py
+++ b/Mac/BuildScript/build-installer.py
@@ -454,7 +454,7 @@ def pkg_recipes():
source="/pydocs",
readme="""\
This package installs the python documentation at a location
- that is useable for pydoc and IDLE.
+ that is usable for pydoc and IDLE.
""",
postflight="scripts/postflight.documentation",
required=False,
@@ -1602,7 +1602,7 @@ def buildDMG():
# instead of 11. We should not run into that situation here.)
# Also we should use "macos" instead of "macosx" going forward.
#
- # To maintain compability for legacy variants, the file name for
+ # To maintain compatibility for legacy variants, the file name for
# builds on macOS 10.15 and earlier remains:
# python-3.x.y-macosx10.z.{dmg->pkg}
# e.g. python-3.9.4-macosx10.9.{dmg->pkg}