Skip to content

Commit

Permalink
Docs: Capitalise Y as the default for Proceed (#10969)
Browse files Browse the repository at this point in the history
Co-authored-by: Pradyun Gedam <pradyunsg@gmail.com>
  • Loading branch information
hugovk and pradyunsg authored Mar 18, 2022
1 parent 0c28452 commit 856a6ba
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/html/cli/pip_uninstall.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Examples
Uninstalling simplejson:
/home/me/env/lib/python3.9/site-packages/simplejson
/home/me/env/lib/python3.9/site-packages/simplejson-2.2.1-py3.9.egg-info
Proceed (y/n)? y
Proceed (Y/n)? y
Successfully uninstalled simplejson
.. tab:: Windows
Expand All @@ -54,5 +54,5 @@ Examples
Uninstalling simplejson:
/home/me/env/lib/python3.9/site-packages/simplejson
/home/me/env/lib/python3.9/site-packages/simplejson-2.2.1-py3.9.egg-info
Proceed (y/n)? y
Proceed (Y/n)? y
Successfully uninstalled simplejson
6 changes: 2 additions & 4 deletions docs/html/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,8 @@ Successfully installed sampleproject

```{pip-cli}
$ pip install --upgrade sampleproject
Uninstalling sampleproject:
[...]
Proceed (y/n)? y
Successfully uninstalled sampleproject
Successfully installed sampleproject
```

### Uninstall a package
Expand All @@ -93,7 +91,7 @@ Successfully uninstalled sampleproject
$ pip uninstall sampleproject
Uninstalling sampleproject:
[...]
Proceed (y/n)? y
Proceed (Y/n)? y
Successfully uninstalled sampleproject
```

Expand Down
1 change: 1 addition & 0 deletions news/10936.doc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Capitalise Y as the default for "Proceed (y/n)?" when uninstalling.

0 comments on commit 856a6ba

Please sign in to comment.