From 3d46fbeb3f0401ed616a10cb33271dd1a257bf2a Mon Sep 17 00:00:00 2001 From: Rafael Fontenelle Date: Wed, 1 Jan 2020 19:09:05 -0300 Subject: [PATCH] bpo-39183: Fix formatting in library/ensurepip --- Doc/library/ensurepip.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/ensurepip.rst b/Doc/library/ensurepip.rst index a2bb045e57e3c0..a5221250c40486 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.