https://github.com/python/cpython/commit/0b2340263172ad0fdd95aed6266496b7f4db4de3
commit: 0b2340263172ad0fdd95aed6266496b7f4db4de3
branch: main
author: mara004 <[email protected]>
committer: willingc <[email protected]>
date: 2024-01-08T15:42:56-08:00
summary:

readme: fix displaying issue of command (#113719)

Avoid line break in command as this causes displaying issues on GH.

files:
M README.rst

diff --git a/README.rst b/README.rst
index 4c8602c97ac8ef..9343c830ce1f0f 100644
--- a/README.rst
+++ b/README.rst
@@ -206,8 +206,8 @@ directories installed using ``make altinstall`` contain the 
major and minor
 version and can thus live side-by-side.  ``make install`` also creates
 ``${prefix}/bin/python3`` which refers to ``${prefix}/bin/python3.X``.  If you
 intend to install multiple versions using the same prefix you must decide which
-version (if any) is your "primary" version.  Install that version using ``make
-install``.  Install all other versions using ``make altinstall``.
+version (if any) is your "primary" version.  Install that version using
+``make install``.  Install all other versions using ``make altinstall``.
 
 For example, if you want to install Python 2.7, 3.6, and 3.13 with 3.13 being 
the
 primary version, you would execute ``make install`` in your 3.13 build 
directory

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to