8000 [3.13] GH-101599: Update docs to remove redundant option in argparse … · python/cpython@d4225b6 · GitHub
[go: up one dir, main page]

Skip to content

Commit d4225b6

Browse files
[3.13] GH-101599: Update docs to remove redundant option in argparse tutorial (GH-124025) (#124037)
GH-101599: Update docs to remove redundant option in argparse tutorial (GH-124025) (cherry picked from commit e5b0185) Co-authored-by: Savannah Ostrowski <savannahostrowski@gmail.com>
1 parent 9a1e9dd commit d4225b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/howto/argparse.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ And the output:
444444
445445
options:
446446
-h, --help show this help message and exit
447-
-v {0,1,2}, --verbosity {0,1,2}
447+
-v, --verbosity {0,1,2}
448448
increase output verbosity
449449
450450
Note that the change also reflects both in the error message as well as the

0 commit comments

Comments
 (0)
0