]> granicus.if.org Git - python/commitdiff
Fix duplicate label and a typo.
authorGeorg Brandl <georg@python.org>
Tue, 4 Dec 2007 16:50:28 +0000 (16:50 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 4 Dec 2007 16:50:28 +0000 (16:50 +0000)
Doc/using/unix.rst

index 8a452dc1e659cde07ad444d579a61a2c1cb1426d..cc99a62627a5e370ca88a8cfd7100612713f9bfd 100644 (file)
@@ -1,6 +1,6 @@
 .. highlightlang:: none
 
-.. _using-on-windows:
+.. _using-on-unix:
 
 ********************************
  Using Python on Unix platforms
@@ -79,9 +79,10 @@ extensively documented in the :file:`README` file in the root of the Python
 source tree.
 
 .. warning::
-   ``make install`` can overwrite or masquerade the :file:`python` binary;
-   ``make altinstall`` is recommended instead of ``make install`` since it
-   only install :file:`{exec_prefix}/bin/python{version}`.
+
+   ``make install`` can overwrite or masquerade the :file:`python` binary.
+   ``make altinstall`` is therefore recommended instead of ``make install``
+   since it only installs :file:`{exec_prefix}/bin/python{version}`.
 
 
 Python-related paths and files