summaryrefslogtreecommitdiffstats
path: root/Doc/using
diff options
context:
space:
mode:
authorStéphane Wirtel <stephane@wirtel.be>2018-10-25 15:32:30 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2018-10-25 15:32:30 (GMT)
commit9e95eb0d609cee23e6c9915c0bef243585b8c14b (patch)
tree2a8467bc2ec3470bb2b564eeb60d5fabf6bd4a33 /Doc/using
parent626bff856840f471e98ec627043f780c111a063d (diff)
downloadcpython-9e95eb0d609cee23e6c9915c0bef243585b8c14b.zip
cpython-9e95eb0d609cee23e6c9915c0bef243585b8c14b.tar.gz
cpython-9e95eb0d609cee23e6c9915c0bef243585b8c14b.tar.bz2
Fix grammar in using/unix build instruction docs (GH-10009)
Diffstat (limited to 'Doc/using')
-rw-r--r--Doc/using/unix.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/using/unix.rst b/Doc/using/unix.rst
index 8b392f8..4403180 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::