mirror of
https://github.com/python/cpython.git
synced 2025-11-01 14:11:41 +00:00
[3.9] [Misc] [Mac] Fix typos found using codespell (GH-28756) (GH-28793)
(cherry picked from commit 470145f572)
Automerge-Triggered-By: GH:JulienPalard
This commit is contained in:
parent
8f762349a2
commit
71d56a7231
8 changed files with 17 additions and 17 deletions
|
|
@ -443,7 +443,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,
|
||||
|
|
@ -1589,7 +1589,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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue