]> granicus.if.org Git - python/commitdiff
Fixed Issue8209 - OptionParser keyword arg 'epilog' not mentioned in the docs
authorSenthil Kumaran <orsenthil@gmail.com>
Tue, 23 Mar 2010 08:46:31 +0000 (08:46 +0000)
committerSenthil Kumaran <orsenthil@gmail.com>
Tue, 23 Mar 2010 08:46:31 +0000 (08:46 +0000)
Doc/library/optparse.rst

index e40ffff7b02c11698822828e662da078fc890c96..50c62aad4c42ea09fd1f1bf8563c56fff45d042b 100644 (file)
@@ -767,7 +767,8 @@ The first step in using :mod:`optparse` is to create an OptionParser instance.
       The string to use when expanding ``"%prog"`` in ``usage`` and ``version``
       instead of ``os.path.basename(sys.argv[0])``.
 
-
+   ``epilog`` (default: ``None``)
+      A paragraph of help text to print after the option help.
 
 .. _optparse-populating-parser: