Fix typos in Mac/README.rst (#27108)

This commit is contained in:
Clemens Brunner 2021-07-13 18:25:12 +02:00 committed by GitHub
parent 3b5b99da4b
commit 6252670732
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -192,7 +192,7 @@ Building and using a framework-based Python on macOS
1. Why would I want a framework Python instead of a normal static Python? 1. Why would I want a framework Python instead of a normal static Python?
-------------------------------------------------------------------------- -------------------------------------------------------------------------
The main reason is because you want to create GUI programs in Python. With the The main reason is because you want to create GUI programs in Python. With the
exception of X11/XDarwin-based GUI toolkits all GUI programs need to be run exception of X11/XDarwin-based GUI toolkits all GUI programs need to be run
@ -206,7 +206,7 @@ only two places: "/Library/Framework/Python.framework" and
"/Applications/Python <VERSION>" where ``<VERSION>`` can be e.g. "3.8", "/Applications/Python <VERSION>" where ``<VERSION>`` can be e.g. "3.8",
"2.7", etc. This simplifies matters for users installing "2.7", etc. This simplifies matters for users installing
Python from a binary distribution if they want to get rid of it again. Moreover, Python from a binary distribution if they want to get rid of it again. Moreover,
due to the way frameworks work, usera without admin privileges can install a due to the way frameworks work, users without admin privileges can install a
binary distribution in their home directory without recompilation. binary distribution in their home directory without recompilation.
2. How does a framework Python differ from a normal static Python? 2. How does a framework Python differ from a normal static Python?
@ -272,7 +272,7 @@ normal frameworkinstall which installs the Tools directory into
distributions. distributions.
What do all these programs do? What do all these programs do?
=============================== ==============================
"IDLE.app" is an integrated development environment for Python: editor, "IDLE.app" is an integrated development environment for Python: editor,
debugger, etc. debugger, etc.