Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9e95eb0

Browse files
matrixisezware
authored andcommitted
Fix grammar in using/unix build instruction docs (GH-10009)
1 parent 626bff8 commit 9e95eb0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Doc/using/unix.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,15 +72,15 @@ latest release's source or just grab a fresh `clone
7272
<https://devguide.python.org/setup/#getting-the-source-code>`_. (If you want
7373
to contribute patches, you will need a clone.)
7474

75-
The build process consists in the usual ::
75+
The build process consists of the usual commands::
7676

7777
./configure
7878
make
7979
make install
8080

81-
invocations. Configuration options and caveats for specific Unix platforms are
82-
extensively documented in the :source:`README.rst` file in the root of the Python
83-
source tree.
81+
Configuration options and caveats for specific Unix platforms are extensively
82+
documented in the :source:`README.rst` file in the root of the Python source
83+
tree.
8484

8585
.. warning::
8686

0 commit comments

Comments
 (0)