Correct pipstrap docstring.

This commit is contained in:
Brad Warren 2020-10-22 16:57:01 -07:00
parent 9289f8b225
commit a1c3e010e3

View file

@ -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