]> granicus.if.org Git - python/commitdiff
Issue #13540: add missing markup.
authorTerry Jan Reedy <tjreedy@udel.edu>
Sun, 24 Aug 2014 02:21:47 +0000 (22:21 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Sun, 24 Aug 2014 02:21:47 +0000 (22:21 -0400)
Doc/library/argparse.rst

index 8571b6ae29d3a0955277c433c1deb78f701b8fad..c79d93ec82e7a212f05443914fd5ee00728bbe3d 100644 (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