From d352b24b35bcfd0ac01f46686d3e355537c34515 Mon Sep 17 00:00:00 2001 From: Senthil Kumaran Date: Tue, 23 Mar 2010 08:57:00 +0000 Subject: Merged revisions 79329 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r79329 | senthil.kumaran | 2010-03-23 14:16:31 +0530 (Tue, 23 Mar 2010) | 2 lines Fixed Issue8209 - OptionParser keyword arg 'epilog' not mentioned in the docs ........ --- Doc/library/optparse.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Doc/library/optparse.rst b/Doc/library/optparse.rst index 20c9213..24c84b1 100644 --- a/Doc/library/optparse.rst +++ b/Doc/library/optparse.rst @@ -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: -- cgit v0.12