[Python-checkins] Fix grammar in using/unix build instruction docs (GH-10009)

Zachary Ware webhook-mailer at python.org
Thu Oct 25 11:32:35 EDT 2018


https://github.com/python/cpython/commit/9e95eb0d609cee23e6c9915c0bef243585b8c14b
commit: 9e95eb0d609cee23e6c9915c0bef243585b8c14b
branch: master
author: Stéphane Wirtel <stephane at wirtel.be>
committer: Zachary Ware <zachary.ware at gmail.com>
date: 2018-10-25T10:32:30-05:00
summary:

Fix grammar in using/unix build instruction docs (GH-10009)

files:
M Doc/using/unix.rst

diff --git a/Doc/using/unix.rst b/Doc/using/unix.rst
index 8b392f8a56c4..4403180a0e27 100644
--- a/Doc/using/unix.rst
+++ b/Doc/using/unix.rst
@@ -72,15 +72,15 @@ latest release's source or just grab a fresh `clone
 <https://devguide.python.org/setup/#getting-the-source-code>`_.  (If you want
 to contribute patches, you will need a clone.)
 
-The build process consists in the usual ::
+The build process consists of the usual commands::
 
    ./configure
    make
    make install
 
-invocations. Configuration options and caveats for specific Unix platforms are
-extensively documented in the :source:`README.rst` file in the root of the Python
-source tree.
+Configuration options and caveats for specific Unix platforms are extensively
+documented in the :source:`README.rst` file in the root of the Python source
+tree.
 
 .. warning::
 



More information about the Python-checkins mailing list