mirror of https://github.com/python/cpython
#11905: fix missing full stop in argparse doc. Noticed by Vladimir Rutsky.
This commit is contained in:
parent
310619c80f
commit
d281f1439d
|
@ -578,7 +578,7 @@ The add_argument() method
|
|||
has its own more detailed description below, but in short they are:
|
||||
|
||||
* `name or flags`_ - Either a name or a list of option strings, e.g. ``foo``
|
||||
or ``-f, --foo``
|
||||
or ``-f, --foo``.
|
||||
|
||||
* action_ - The basic type of action to be taken when this argument is
|
||||
encountered at the command line.
|
||||
|
|
Loading…
Reference in New Issue