Skip to content

Commit 21c6665

Browse files
committed
Fix duplicate label and a typo.
1 parent 1206a22 commit 21c6665

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

Doc/using/unix.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. highlightlang:: none
22

3-
.. _using-on-windows:
3+
.. _using-on-unix:
44

55
********************************
66
Using Python on Unix platforms
@@ -79,9 +79,10 @@ extensively documented in the :file:`README` file in the root of the Python
7979
source tree.
8080

8181
.. warning::
82-
``make install`` can overwrite or masquerade the :file:`python` binary;
83-
``make altinstall`` is recommended instead of ``make install`` since it
84-
only install :file:`{exec_prefix}/bin/python{version}`.
82+
83+
``make install`` can overwrite or masquerade the :file:`python` binary.
84+
``make altinstall`` is therefore recommended instead of ``make install``
85+
since it only installs :file:`{exec_prefix}/bin/python{version}`.
8586

8687

8788
Python-related paths and files

0 commit comments

Comments
 (0)