mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
Fix grammar in using/unix build instruction docs (GH-10009)
This commit is contained in:
parent
626bff8568
commit
9e95eb0d60
1 changed files with 4 additions and 4 deletions
|
@ -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
|
<https://devguide.python.org/setup/#getting-the-source-code>`_. (If you want
|
||||||
to contribute patches, you will need a clone.)
|
to contribute patches, you will need a clone.)
|
||||||
|
|
||||||
The build process consists in the usual ::
|
The build process consists of the usual commands::
|
||||||
|
|
||||||
./configure
|
./configure
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
|
|
||||||
invocations. Configuration options and caveats for specific Unix platforms are
|
Configuration options and caveats for specific Unix platforms are extensively
|
||||||
extensively documented in the :source:`README.rst` file in the root of the Python
|
documented in the :source:`README.rst` file in the root of the Python source
|
||||||
source tree.
|
tree.
|
||||||
|
|
||||||
.. warning::
|
.. warning::
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue