diff options
author | Georg Brandl <georg@python.org> | 2007-12-04 16:50:28 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-12-04 16:50:28 (GMT) |
commit | 21c666501b54005b4502c1946e491bb95ac2a16b (patch) | |
tree | d403defc758f7c60aade6ae380b1d363d3e69af8 /Doc/using | |
parent | 1206a227c9e46baff80189ce570721436e71a4f8 (diff) | |
download | cpython-21c666501b54005b4502c1946e491bb95ac2a16b.zip cpython-21c666501b54005b4502c1946e491bb95ac2a16b.tar.gz cpython-21c666501b54005b4502c1946e491bb95ac2a16b.tar.bz2 |
Fix duplicate label and a typo.
Diffstat (limited to 'Doc/using')
-rw-r--r-- | Doc/using/unix.rst | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Doc/using/unix.rst b/Doc/using/unix.rst index 8a452dc..cc99a62 100644 --- a/Doc/using/unix.rst +++ b/Doc/using/unix.rst @@ -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 |