]> granicus.if.org Git - python/commitdiff
The \ is not supported in Sphinx 0.6.
authorEzio Melotti <ezio.melotti@gmail.com>
Thu, 21 Apr 2011 20:30:27 +0000 (23:30 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Thu, 21 Apr 2011 20:30:27 +0000 (23:30 +0300)
Doc/library/argparse.rst

index e151c97ce51dbb5176d9eddbaa0b335916ac6aaf..b37b43fc1026046ee26c44a31be65a5eb557a53d 100644 (file)
@@ -120,9 +120,7 @@ command-line args from :data:`sys.argv`.
 ArgumentParser objects
 ----------------------
 
-.. class:: ArgumentParser([description], [epilog], [prog], [usage], [add_help], \
-                          [argument_default], [parents], [prefix_chars], \
-                          [conflict_handler], [formatter_class])
+.. class:: ArgumentParser([description], [epilog], [prog], [usage], [add_help], [argument_default], [parents], [prefix_chars], [conflict_handler], [formatter_class])
 
    Create a new :class:`ArgumentParser` object.  Each parameter has its own more
    detailed description below, but in short they are:
@@ -570,9 +568,7 @@ your usage messages.
 The add_argument() method
 -------------------------
 
-.. method:: ArgumentParser.add_argument(name or flags..., [action], [nargs], \
-                           [const], [default], [type], [choices], [required], \
-                           [help], [metavar], [dest])
+.. method:: ArgumentParser.add_argument(name or flags..., [action], [nargs], [const], [default], [type], [choices], [required], [help], [metavar], [dest])
 
    Define how a single command-line argument should be parsed.  Each parameter
    has its own more detailed description below, but in short they are: