There was an error while loading. Please reload this page.
1 parent 0da9c27 commit a8fde82Copy full SHA for a8fde82
1 file changed
Doc/library/argparse.rst
@@ -734,7 +734,9 @@ how the command-line arguments should be handled. The supplied actions are:
734
>>> parser.parse_args(['-vvv'])
735
Namespace(verbose=3)
736
737
- Note, the *default* will be ``None`` unless explicitly set to *0*.
+ Unless explicitly set, the *default* will be ``None``. If the default
738
+ value is a non-zero number, the count starts from that number rather
739
+ than from zero.
740
741
* ``'help'`` - This prints a complete help message for all the options in the
742
current parser and then exits. By default a help action is automatically
0 commit comments