Skip to content

Commit f3293c7

Browse files
savannahostrowskimiss-islington
authored andcommitted
GH-101599: Update docs to remove redundant option in argparse tutorial (GH-124025)
(cherry picked from commit e5b0185) Co-authored-by: Savannah Ostrowski <[email protected]>
1 parent 112b170 commit f3293c7

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)