mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Merged revisions 79333 via svnmerge from
svn+ssh://pythondev@svn.python.org/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://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
........
................
This commit is contained in:
parent
af9ab377d3
commit
8935ed9524
1 changed files with 2 additions and 1 deletions
|
|
@ -762,7 +762,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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue