Skip to content

Commit f3d269a

Browse files
encukoumineo
andauthored
[2.7] Improve ensurepip's --help (GH-4686) (GH-7240)
* Add a space to ensurepip's --altinstall option * Add periods to the arguments of ensurepip that didn't have it This makes --help for all optional arguments consistent and also makes it consistent with pip --help.. (cherry picked from commit e9537ad) Co-authored-by: Wieland Hoffmann <[email protected]>
1 parent 5583ef4 commit f3d269a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/ensurepip/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,8 @@ def _main(argv=None):
190190
"--altinstall",
191191
action="store_true",
192192
default=False,
193-
help=("Make an alternate install, installing only the X.Y versioned"
194-
"scripts (Default: pipX, pipX.Y, easy_install-X.Y)"),
193+
help=("Make an alternate install, installing only the X.Y versioned "
194+
"scripts (Default: pipX, pipX.Y, easy_install-X.Y)."),
195195
)
196196
parser.add_argument(
197197
"--default-pip",

0 commit comments

Comments
 (0)