From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 24 Sep 2024 00:31:56 +0000 (+0200) Subject: [3.13] GH-101599: Update docs to remove redundant option in argparse tutorial (GH... X-Git-Tag: v3.13.0rc3~107 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d4225b6322934df0c577c0a4714016c5fb447caf;p=thirdparty%2FPython%2Fcpython.git [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 e5b0185e43c972ce98decd1493cd0b0c3a6b166b) Co-authored-by: Savannah Ostrowski --- diff --git a/Doc/howto/argparse.rst b/Doc/howto/argparse.rst index ae5bab90bf81..30d9ac700376 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