@@ -75,14 +75,14 @@ through two additional command line options:
7575 for the current Python installation (this option is not permitted inside an
7676 active virtual environment).
7777
78- By default, the scripts ``pipX `` and ``pipX .Y `` will be installed (where
79- X .Y stands for the version of Python used to invoke ``ensurepip ``). The
78+ By default, the scripts ``pipN `` and ``pipN .Y `` will be installed (where
79+ N .Y stands for the version of Python used to invoke ``ensurepip ``). The
8080scripts installed can be controlled through two additional command line
8181options:
8282
8383.. option :: --altinstall
8484
85- If an alternate installation is requested, the ``pipX `` script will *not * be
85+ If an alternate installation is requested, the ``pipN `` script will *not * be
8686 installed.
8787
8888.. option :: --default-pip
@@ -118,10 +118,10 @@ Module API
118118 *user * indicates whether to use the user scheme rather than installing
119119 globally.
120120
121- By default, the scripts ``pipX `` and ``pipX .Y `` will be installed (where
122- X .Y stands for the current version of Python).
121+ By default, the scripts ``pipN `` and ``pipN .Y `` will be installed (where
122+ N .Y stands for the current version of Python).
123123
124- If *altinstall * is set, then ``pipX `` will *not * be installed.
124+ If *altinstall * is set, then ``pipN `` will *not * be installed.
125125
126126 If *default_pip * is set, then ``pip `` will be installed in addition to
127127 the two regular scripts.
0 commit comments