pypa / get-pip

Helper scripts to install pip, in a Python installation that doesn't have it.
https://bootstrap.pypa.io/pip/
MIT License
738 stars 293 forks source link

Add missing punctuation to error message #212

Closed edmorley closed 2 months ago

edmorley commented 4 months ago

Before:

ERROR: This script does not work on Python 3.7 The minimum supported Python
version is 3.8. Please use https://bootstrap.pypa.io/pip/3.7/get-pip.py instead.

After:

ERROR: This script does not work on Python 3.7. The minimum supported Python
version is 3.8. Please use https://bootstrap.pypa.io/pip/3.7/get-pip.py instead.