Skip to content

Commit 6252670

Browse files
authored
Fix typos in Mac/README.rst (#27108)
1 parent 3b5b99d commit 6252670

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Mac/README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ Building and using a framework-based Python on macOS
192192

193193

194194
1. Why would I want a framework Python instead of a normal static Python?
195-
--------------------------------------------------------------------------
195+
-------------------------------------------------------------------------
196196

197197
The main reason is because you want to create GUI programs in Python. With the
198198
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
206206
"/Applications/Python <VERSION>" where ``<VERSION>`` can be e.g. "3.8",
207207
"2.7", etc. This simplifies matters for users installing
208208
Python from a binary distribution if they want to get rid of it again. Moreover,
209-
due to the way frameworks work, usera without admin privileges can install a
209+
due to the way frameworks work, users without admin privileges can install a
210210
binary distribution in their home directory without recompilation.
211211

212212
2. How does a framework Python differ from a normal static Python?
@@ -272,7 +272,7 @@ normal frameworkinstall which installs the Tools directory into
272272
distributions.
273273

274274
What do all these programs do?
275-
===============================
275+
==============================
276276

277277
"IDLE.app" is an integrated development environment for Python: editor,
278278
debugger, etc.

0 commit comments

Comments
 (0)