Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8935ed9

Browse files
committed
Merged revisions 79333 via svnmerge from
svn+ssh://[email protected]/python/branches/py3k ................ r79333 | senthil.kumaran | 2010-03-23 16:30:53 +0530 (Tue, 23 Mar 2010) | 9 lines Merged revisions 79329 via svnmerge from svn+ssh://[email protected]/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 ........ ................
1 parent af9ab37 commit 8935ed9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Doc/library/optparse.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,8 @@ The first step in using :mod:`optparse` is to create an OptionParser instance.
762762
The string to use when expanding ``"%prog"`` in ``usage`` and ``version``
763763
instead of ``os.path.basename(sys.argv[0])``.
764764

765-
765+
``epilog`` (default: ``None``)
766+
A paragraph of help text to print after the option help.
766767

767768
.. _optparse-populating-parser:
768769

0 commit comments

Comments
 (0)