Skip to content

Commit b8c8cf8

Browse files
committed
docs: use pipN instead of pipX
1 parent ce0b24e commit b8c8cf8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Doc/library/ensurepip.rst

+6-6
Original file line numberDiff line numberDiff line change
@@ -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
8080
scripts installed can be controlled through two additional command line
8181
options:
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

Comments
 (0)