[Python-checkins] bpo-39183: Fix formatting in library/ensurepip (GH-17787)

Miss Islington (bot) webhook-mailer at python.org
Wed Jan 1 17:26:37 EST 2020


https://github.com/python/cpython/commit/149175c6dfc8455023e4335575f3fe3d606729f9
commit: 149175c6dfc8455023e4335575f3fe3d606729f9
branch: master
author: Rafael Fontenelle <rffontenelle at users.noreply.github.com>
committer: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
date: 2020-01-01T14:26:33-08:00
summary:

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

files:
M Doc/library/ensurepip.rst

diff --git a/Doc/library/ensurepip.rst b/Doc/library/ensurepip.rst
index a2bb045e57e3c..a5221250c4048 100644
--- a/Doc/library/ensurepip.rst
+++ b/Doc/library/ensurepip.rst
@@ -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.
 



More information about the Python-checkins mailing list