[Python-checkins] cpython (3.4): Issue #13540: add missing markup.

terry.reedy python-checkins at python.org
Sun Aug 24 04:23:03 CEST 2014


http://hg.python.org/cpython/rev/4a6b71d8575e
changeset:   92219:4a6b71d8575e
branch:      3.4
parent:      92217:9b1bd9d42cc7
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Sat Aug 23 22:21:47 2014 -0400
summary:
  Issue #13540: add missing markup.

files:
  Doc/library/argparse.rst |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/library/argparse.rst b/Doc/library/argparse.rst
--- a/Doc/library/argparse.rst
+++ b/Doc/library/argparse.rst
@@ -1237,8 +1237,8 @@
 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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list