diff options
author | Georg Brandl <georg@python.org> | 2014-03-24 07:42:37 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-03-24 07:42:37 (GMT) |
commit | 29636aeaccaf6a1412e0dc7c230db29cccf68381 (patch) | |
tree | 465707f480cd5e13d62360bb3b445273dd7b3eb8 /Doc/library/optparse.rst | |
parent | 14017b2a53d790512659e3eca812c96e06ea79c8 (diff) | |
download | cpython-29636aeaccaf6a1412e0dc7c230db29cccf68381.zip cpython-29636aeaccaf6a1412e0dc7c230db29cccf68381.tar.gz cpython-29636aeaccaf6a1412e0dc7c230db29cccf68381.tar.bz2 |
Use deprecated-removed directive, clean up a few markup issues around
deprecated directives.
Diffstat (limited to 'Doc/library/optparse.rst')
-rw-r--r-- | Doc/library/optparse.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/optparse.rst b/Doc/library/optparse.rst index 13395b6..72145aa 100644 --- a/Doc/library/optparse.rst +++ b/Doc/library/optparse.rst @@ -8,8 +8,8 @@ .. sectionauthor:: Greg Ward <gward@python.net> .. deprecated:: 3.2 - The :mod:`optparse` module is deprecated and will not be developed further; - development will continue with the :mod:`argparse` module. + The :mod:`optparse` module is deprecated and will not be developed further; + development will continue with the :mod:`argparse` module. **Source code:** :source:`Lib/optparse.py` |