[Python-checkins] r59327 - python/trunk/Doc/using/unix.rst

georg.brandl python-checkins at python.org
Tue Dec 4 17:50:28 CET 2007


Author: georg.brandl
Date: Tue Dec  4 17:50:28 2007
New Revision: 59327

Modified:
   python/trunk/Doc/using/unix.rst
Log:
Fix duplicate label and a typo.


Modified: python/trunk/Doc/using/unix.rst
==============================================================================
--- python/trunk/Doc/using/unix.rst	(original)
+++ python/trunk/Doc/using/unix.rst	Tue Dec  4 17:50:28 2007
@@ -1,6 +1,6 @@
 .. highlightlang:: none
 
-.. _using-on-windows:
+.. _using-on-unix:
 
 ********************************
  Using Python on Unix platforms
@@ -79,9 +79,10 @@
 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


More information about the Python-checkins mailing list