Closed
Description
Description
As per documentation on uninstall the prompt should be "Proceed (y/n)?" but looking at the code the prompt generated is "Proceed (Y/n)?"
If you think its a good first issue I could raise a pull request for this.
Expected behavior
on uninstall the prompt should be "Proceed (y/n)?"
pip version
22.0.3
Python version
3.8.8
OS
linux
How to Reproduce
- pip install any package
- pip uninstall that package
- notice the prompt
Output
No response
Code of Conduct
- I agree to follow the PSF Code of Conduct.
Activity