summaryrefslogtreecommitdiffstats
path: root/Doc/library/argparse.rst
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2014-08-24 02:22:07 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2014-08-24 02:22:07 (GMT)
commitfa6e73bac93957136d0e41e3f09572995d95f4cc (patch)
tree7c6a80a84e611219f90a43e752cc401bbb8f7b45 /Doc/library/argparse.rst
parent87018afeae22871bf33fe6ccfce9da97cdbafaea (diff)
parentee558260727d160d43b14fc01851f73ef94ea587 (diff)
downloadcpython-fa6e73bac93957136d0e41e3f09572995d95f4cc.zip
cpython-fa6e73bac93957136d0e41e3f09572995d95f4cc.tar.gz
cpython-fa6e73bac93957136d0e41e3f09572995d95f4cc.tar.bz2
Merge with 3.4
Diffstat (limited to 'Doc/library/argparse.rst')
-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 7e7c802..62948e2 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