GH-101599: Update docs to remove redundant option in argparse tutorial (#124025)

This commit is contained in:
Savannah Ostrowski 2024-09-12 23:14:52 -07:00 committed by GitHub
parent f554883425
commit e5b0185e43
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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