Skip to content

Commit

Permalink
bpo-39183: Fix formatting in library/ensurepip (GH-17787)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
miss-islington and rffontenelle authored Jan 1, 2020
1 parent 0e0e4ac commit 3959638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/ensurepip.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ options:
script will *not* be installed.

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

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

Expand Down

0 comments on commit 3959638

Please sign in to comment.