Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 626bff8 commit 9e95eb0Copy full SHA for 9e95eb0
1 file changed
Doc/using/unix.rst
@@ -72,15 +72,15 @@ latest release's source or just grab a fresh `clone
72
<https://devguide.python.org/setup/#getting-the-source-code>`_. (If you want
73
to contribute patches, you will need a clone.)
74
75
-The build process consists in the usual ::
+The build process consists of the usual commands::
76
77
./configure
78
make
79
make install
80
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.
+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.
84
85
.. warning::
86
0 commit comments