]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix grammar in using/unix build instruction docs (GH-10009)
authorStéphane Wirtel <stephane@wirtel.be>
Thu, 25 Oct 2018 15:32:30 +0000 (17:32 +0200)
committerZachary Ware <zachary.ware@gmail.com>
Thu, 25 Oct 2018 15:32:30 +0000 (10:32 -0500)
Doc/using/unix.rst

index 8b392f8a56c4748d6e44981431e3ce032574f28b..4403180a0e27a080f2e18cdf1c114d5d96796a88 100644 (file)
@@ -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::