aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHossein Pourbozorg <hussein.pourbozorg@gmail.com>2019-05-02 12:47:55 +0430
committerAndrew Svetlov <andrew.svetlov@gmail.com>2019-05-02 04:17:55 -0400
commit5f2b3b036744d8a397e9c3c32186b9fdb8cf106a (patch)
tree661ede7f5ae9eb7f6e481fb4015ec592ce4f31de /README.rst
parentbpo-36763: Make _PyCoreConfig.check_hash_pycs_mode public (GH-13052) (diff)
downloadcpython-5f2b3b036744d8a397e9c3c32186b9fdb8cf106a.tar.gz
cpython-5f2b3b036744d8a397e9c3c32186b9fdb8cf106a.tar.bz2
cpython-5f2b3b036744d8a397e9c3c32186b9fdb8cf106a.zip
regarding to grammar and spell check (#13020)
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 65cca826dd..0f0c32b7cf 100644
--- a/README.rst
+++ b/README.rst
@@ -70,7 +70,7 @@ to find out more. On macOS and Cygwin, the executable is called ``python.exe``;
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.
@@ -92,7 +92,7 @@ For example::
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
@@ -146,7 +146,7 @@ detailed change log, read `Misc/NEWS
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".