Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dca309d

Browse files
committed
#11905: fix missing full stop in argparse doc. Noticed by Vladimir Rutsky.
1 parent 2f1db7d commit dca309d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/argparse.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ The add_argument() method
582582
has its own more detailed description below, but in short they are:
583583

584584
* `name or flags`_ - Either a name or a list of option strings, e.g. ``foo``
585-
or ``-f, --foo``
585+
or ``-f, --foo``.
586586

587587
* action_ - The basic type of action to be taken when this argument is
588588
encountered at the command line.

0 commit comments

Comments
 (0)