Commit 67b4e187 authored by Senthil Kumaran's avatar Senthil Kumaran

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

parent 996e88a7
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment