diff options
author | Clemens Brunner <clemens.brunner@gmail.com> | 2021-07-13 16:25:12 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-13 16:25:12 (GMT) |
commit | 6252670732c68420c2a8b3f0259559e45eed7610 (patch) | |
tree | 462e0fd27eb2c764da7cf37c1aae0ec3e52558ca /Mac | |
parent | 3b5b99da4b256a31933112f4a2385386149c19e1 (diff) | |
download | cpython-6252670732c68420c2a8b3f0259559e45eed7610.zip cpython-6252670732c68420c2a8b3f0259559e45eed7610.tar.gz cpython-6252670732c68420c2a8b3f0259559e45eed7610.tar.bz2 |
Fix typos in Mac/README.rst (#27108)
Diffstat (limited to 'Mac')
-rw-r--r-- | Mac/README.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Mac/README.rst b/Mac/README.rst index 35bbfde..766c57f 100644 --- a/Mac/README.rst +++ b/Mac/README.rst @@ -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? --------------------------------------------------------------------------- +------------------------------------------------------------------------- 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 @@ -206,7 +206,7 @@ only two places: "/Library/Framework/Python.framework" and "/Applications/Python <VERSION>" where ``<VERSION>`` can be e.g. "3.8", "2.7", etc. This simplifies matters for users installing 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. 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. What do all these programs do? -=============================== +============================== "IDLE.app" is an integrated development environment for Python: editor, debugger, etc. |