summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2014-08-24 02:21:47 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2014-08-24 02:21:47 (GMT)
commitee558260727d160d43b14fc01851f73ef94ea587 (patch)
tree61df301190a854efd7503002e8c18a2d83f3a3a1
parentec7aaf5de477abe67a07dba2c9ad3d0285d9db48 (diff)
downloadcpython-ee558260727d160d43b14fc01851f73ef94ea587.zip
cpython-ee558260727d160d43b14fc01851f73ef94ea587.tar.gz
cpython-ee558260727d160d43b14fc01851f73ef94ea587.tar.bz2
Issue #13540: add missing markup.
-rw-r--r--Doc/library/argparse.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/argparse.rst b/Doc/library/argparse.rst
index 8571b6a..c79d93e 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