elsewhere it's just ``python``.
If you are running on macOS with the latest updates installed, make sure to install
-openSSL or some other SSL software along with Homebrew or another package manager.
+OpenSSL or some other SSL software along with Homebrew or another package manager.
If issues persist, see https://devguide.python.org/setup/#macos-and-os-x for more
information.
make test
(This will fail if you *also* built at the top-level directory. You should do
-a ``make clean`` at the toplevel first.)
+a ``make clean`` at the top-level first.)
To get an optimized build of Python, ``configure --enable-optimizations``
before you run ``make``. This sets the default make targets up to enable
accounting of changes can only be gleaned from the `commit history
<https://github.com/python/cpython/commits/master>`_.
-If you want to install multiple versions of Python see the section below
+If you want to install multiple versions of Python, see the section below
entitled "Installing multiple versions".