diff options
| author | Rafael Fontenelle <rffontenelle@users.noreply.github.com> | 2020-01-01 19:26:33 -0300 |
|---|---|---|
| committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2020-01-01 14:26:33 -0800 |
| commit | 149175c6dfc8455023e4335575f3fe3d606729f9 (patch) | |
| tree | cda41775e2930d9e872f72338b3e8fae75686f02 /Doc/library | |
| parent | 5b9077134cd0535f21905d5f5195847526cac99c (diff) | |
| download | cpython-git-149175c6dfc8455023e4335575f3fe3d606729f9.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
Diffstat (limited to 'Doc/library')
| -rw-r--r-- | Doc/library/ensurepip.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/ensurepip.rst b/Doc/library/ensurepip.rst index a2bb045e57..a5221250c4 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. |
