Skip to content

Commit 3959638

Browse files
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 (cherry picked from commit 149175c) Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com>
1 parent 0e0e4ac commit 3959638

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)