From a1c3e010e32f3c277f20fdf1581c005dcec59203 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Thu, 22 Oct 2020 16:57:01 -0700 Subject: [PATCH] Correct pipstrap docstring. --- tools/pipstrap.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/tools/pipstrap.py b/tools/pipstrap.py index d57d9610d..a77a08af8 100755 --- a/tools/pipstrap.py +++ b/tools/pipstrap.py @@ -1,10 +1,5 @@ #!/usr/bin/env python -"""Uses pip to install or upgrade Python packaging tools. - -pip_install.py is used to accomplish this so packages like pip can be -pinned the same way as our other packages. - -""" +"""Uses pip to upgrade Python packaging tools to pinned versions.""" from __future__ import absolute_import import os