]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-39183: Fix formatting in library/ensurepip (GH-17787)
authorRafael Fontenelle <rffontenelle@users.noreply.github.com>
Wed, 1 Jan 2020 22:26:33 +0000 (19:26 -0300)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 1 Jan 2020 22:26:33 +0000 (14:26 -0800)
Remove extra space to fix formatting and avoid from splitting text in to strings.

https://bugs.python.org/issue39183

Doc/library/ensurepip.rst

index a2bb045e57e3c03df39c736e9a4564793165e884..a5221250c40486af667f398d22db9d830452baab 100644 (file)
@@ -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.