Commit dca309d1 authored by Ezio Melotti's avatar Ezio Melotti

#11905: fix missing full stop in argparse doc. Noticed by Vladimir Rutsky.

parent 2f1db7de
......@@ -582,7 +582,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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment