From e5b0185e43c972ce98decd1493cd0b0c3a6b166b Mon Sep 17 00:00:00 2001 From: Savannah Ostrowski Date: Thu, 12 Sep 2024 23:14:52 -0700 Subject: GH-101599: Update docs to remove redundant option in argparse tutorial (#124025) --- Doc/howto/argparse.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/howto/argparse.rst b/Doc/howto/argparse.rst index ae5bab9..30d9ac7 100644 --- a/Doc/howto/argparse.rst +++ b/Doc/howto/argparse.rst @@ -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 -- cgit v0.12