mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
GH-101599: Update docs to remove redundant option in argparse tutorial (#124025)
This commit is contained in:
parent
f554883425
commit
e5b0185e43
1 changed files with 1 additions and 1 deletions
|
@ -444,7 +444,7 @@ And the output:
|
|||
|
||||
options:
|
||||
-h, --help show this help message and exit
|
||||
-v {0,1,2}, --verbosity {0,1,2}
|
||||
-v, --verbosity {0,1,2}
|
||||
increase output verbosity
|
||||
|
||||
Note that the change also reflects both in the error message as well as the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue