Skip to content
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

Proceed (Y/n)? should be Proceed (y/n)? in uninstall flow. #10936

Closed
1 task done
chetan1994 opened this issue Mar 3, 2022 · 2 comments · Fixed by #10969
Closed
1 task done

Proceed (Y/n)? should be Proceed (y/n)? in uninstall flow. #10936

chetan1994 opened this issue Mar 3, 2022 · 2 comments · Fixed by #10969
Labels
type: bug A confirmed bug or unintended behavior type: docs Documentation related

Comments

@chetan1994
Copy link

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

  1. pip install any package
  2. pip uninstall that package
  3. notice the prompt

Output

No response

Code of Conduct

@chetan1994 chetan1994 added S: needs triage Issues/PRs that need to be triaged type: bug A confirmed bug or unintended behavior labels Mar 3, 2022
@pradyunsg pradyunsg added type: docs Documentation related and removed S: needs triage Issues/PRs that need to be triaged labels Mar 3, 2022
@pradyunsg
Copy link
Member

Please feel welcome to file a PR.

@pfmoore
Copy link
Member

pfmoore commented Mar 3, 2022

Just to be clear, the "Y" is capitalised deliberately, to indicate this is the default you'll get if you just press Enter. So this is a documentation bug, and the fix should be to change the docs, not the code.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 17, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: bug A confirmed bug or unintended behavior type: docs Documentation related
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants