]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
GH-101599: Update docs to remove redundant option in argparse tutorial (#124025)
authorSavannah Ostrowski <savannahostrowski@gmail.com>
Fri, 13 Sep 2024 06:14:52 +0000 (23:14 -0700)
committerGitHub <noreply@github.com>
Fri, 13 Sep 2024 06:14:52 +0000 (09:14 +0300)
Doc/howto/argparse.rst

index ae5bab90bf81315fa371b777bc1ac76471648a4f..30d9ac700376e60c667b99fc7a9cf2f59dde5537 100644 (file)
@@ -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