Issue #13540: add missing markup.

This commit is contained in:
Terry Jan Reedy 2014-08-23 22:21:47 -04:00
parent ec7aaf5de4
commit ee55826072
1 changed files with 2 additions and 2 deletions

View File

@ -1237,8 +1237,8 @@ which processes arguments from the command-line. Any object which follows
this API may be passed as the ``action`` parameter to
:meth:`add_argument`.
.. class:: Action(option_strings, dest, nargs=None, const=None, default=None,
type=None, choices=None, required=False, help=None,
.. class:: Action(option_strings, dest, nargs=None, const=None, default=None, \
type=None, choices=None, required=False, help=None, \
metavar=None)
Action objects are used by an ArgumentParser to represent the information