Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f1db7d commit dca309dCopy full SHA for dca309d
1 file changed
Doc/library/argparse.rst
@@ -582,7 +582,7 @@ The add_argument() method
582
has its own more detailed description below, but in short they are:
583
584
* `name or flags`_ - Either a name or a list of option strings, e.g. ``foo``
585
- or ``-f, --foo``
+ or ``-f, --foo``.
586
587
* action_ - The basic type of action to be taken when this argument is
588
encountered at the command line.
0 commit comments