Skip to content

Commit e5b0185

Browse files
GH-101599: Update docs to remove redundant option in argparse tutorial (#124025)
1 parent f554883 commit e5b0185

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)