File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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``;
7070elsewhere it's just ``python ``.
7171
7272If 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.
7474If issues persist, see https://devguide.python.org/setup/#macos-and-os-x for more
7575information.
7676
@@ -92,7 +92,7 @@ For example::
9292 make test
9393
9494(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.)
9696
9797To get an optimized build of Python, ``configure --enable-optimizations ``
9898before you run ``make ``. This sets the default make targets up to enable
@@ -146,7 +146,7 @@ detailed change log, read `Misc/NEWS
146146accounting of changes can only be gleaned from the `commit history
147147<https://github.com/python/cpython/commits/master> `_.
148148
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
150150entitled "Installing multiple versions".
151151
152152
You can’t perform that action at this time.
0 commit comments