From 83982f9fb7ce2ae1e97fa2f8a032e6580a12a727 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Thu, 18 Jun 2020 13:25:05 +0200 Subject: [PATCH] nit: Fix missing word in roles/ensure-pip/README.rst Change-Id: Ibb898d0d50a8dfb79ae1def2d56e39daf1e4ffdb --- roles/ensure-pip/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ensure-pip/README.rst b/roles/ensure-pip/README.rst index bcc5fcb3e..6bb766e71 100644 --- a/roles/ensure-pip/README.rst +++ b/roles/ensure-pip/README.rst @@ -11,7 +11,7 @@ platforms. On some platforms it may install the package under the Python 2 interpreter and in others Python 3. You should use a qualified name (``pip2`` or ``pip3``) to avoid confusion. -This role will also ``wheel`` components sufficient to run +This role will also install ``wheel`` components sufficient to run ``bdist_wheel`` builds or ``pip wheel`` on a source tree. **Role Variables**