From: Terry Jan Reedy Date: Sun, 24 Aug 2014 02:21:47 +0000 (-0400) Subject: Issue #13540: add missing markup. X-Git-Tag: v3.4.2rc1~90 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ee558260727d160d43b14fc01851f73ef94ea587;p=thirdparty%2FPython%2Fcpython.git Issue #13540: add missing markup. --- diff --git a/Doc/library/argparse.rst b/Doc/library/argparse.rst index 8571b6ae29d3..c79d93ec82e7 100644 --- a/Doc/library/argparse.rst +++ b/Doc/library/argparse.rst @@ -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