Skip to content

Commit 149175c

Browse files
rffontenellemiss-islington
authored andcommitted
bpo-39183: Fix formatting in library/ensurepip (GH-17787)
Remove extra space to fix formatting and avoid from splitting text in to strings. https://bugs.python.org/issue39183
1 parent 5b90771 commit 149175c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/ensurepip.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ options:
7474
script will *not* be installed.
7575

7676
* ``--default-pip``: if a "default pip" installation is requested, the
77-
``pip`` script will be installed in addition to the two regular scripts.
77+
``pip`` script will be installed in addition to the two regular scripts.
7878

7979
Providing both of the script selection options will trigger an exception.
8080

0 commit comments

Comments
 (0)