File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ to find out more. On macOS and Cygwin, the executable is called ``python.exe``;
70
70
elsewhere it's just ``python ``.
71
71
72
72
If you are running on macOS with the latest updates installed, make sure to install
73
- openSSL or some other SSL software along with Homebrew or another package manager.
73
+ OpenSSL or some other SSL software along with Homebrew or another package manager.
74
74
If issues persist, see https://devguide.python.org/setup/#macos-and-os-x for more
75
75
information.
76
76
@@ -92,7 +92,7 @@ For example::
92
92
make test
93
93
94
94
(This will fail if you *also * built at the top-level directory. You should do
95
- a ``make clean `` at the toplevel first.)
95
+ a ``make clean `` at the top-level first.)
96
96
97
97
To get an optimized build of Python, ``configure --enable-optimizations ``
98
98
before you run ``make ``. This sets the default make targets up to enable
@@ -146,7 +146,7 @@ detailed change log, read `Misc/NEWS
146
146
accounting of changes can only be gleaned from the `commit history
147
147
<https://github.com/python/cpython/commits/master> `_.
148
148
149
- If you want to install multiple versions of Python see the section below
149
+ If you want to install multiple versions of Python, see the section below
150
150
entitled "Installing multiple versions".
151
151
152
152
You can’t perform that action at this time.
0 commit comments