summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2020-01-01 14:32:17 -0800
committerGitHub <noreply@github.com>2020-01-01 14:32:17 -0800
commit3959638ba1b1e25c25a2da880aba78fd53dd947f (patch)
tree5772a84f67b93f40a1bbd16963cb8541efc0acc4
parent0e0e4acaabdcf8efb60cf75f08301022ac4422a4 (diff)
downloadcpython-git-3959638ba1b1e25c25a2da880aba78fd53dd947f.tar.gz
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 149175c6dfc8455023e4335575f3fe3d606729f9) Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com>
-rw-r--r--Doc/library/ensurepip.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/ensurepip.rst b/Doc/library/ensurepip.rst
index c797f63326..1b6fe65b08 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.