Skip to content

Add missing punctuation to error message #212

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 26, 2024

Conversation

edmorley
Copy link
Contributor

@edmorley edmorley commented Apr 21, 2024

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.

@edmorley edmorley force-pushed the add-missing-punctuation branch from d5f8149 to 174b338 Compare June 21, 2024 08:33
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.
```
@edmorley edmorley force-pushed the add-missing-punctuation branch from 174b338 to 5c989ba Compare June 21, 2024 08:36
@pradyunsg pradyunsg merged commit c5dc091 into pypa:main Jun 26, 2024
2 checks passed
@edmorley edmorley deleted the add-missing-punctuation branch June 27, 2024 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants