]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
readme: fix displaying issue of command (#113719)
authormara004 <geisserml@gmail.com>
Mon, 8 Jan 2024 23:42:56 +0000 (00:42 +0100)
committerGitHub <noreply@github.com>
Mon, 8 Jan 2024 23:42:56 +0000 (15:42 -0800)
Avoid line break in command as this causes displaying issues on GH.

README.rst

index 4c8602c97ac8ef90676a4a23abcd21cc4d94d68c..9343c830ce1f0fac4d71550520edfd81fc6b169d 100644 (file)
@@ -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