Fixed Issue8209 - OptionParser keyword arg 'epilog' not mentioned in the docs

This commit is contained in:
Senthil Kumaran 2010-03-23 08:46:31 +00:00
parent 996e88a7d5
commit 67b4e187e1
1 changed files with 2 additions and 1 deletions

View 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: