summaryrefslogtreecommitdiffstats
path: root/Doc/library/optparse.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-03-24 07:42:37 (GMT)
committerGeorg Brandl <georg@python.org>2014-03-24 07:42:37 (GMT)
commit29636aeaccaf6a1412e0dc7c230db29cccf68381 (patch)
tree465707f480cd5e13d62360bb3b445273dd7b3eb8 /Doc/library/optparse.rst
parent14017b2a53d790512659e3eca812c96e06ea79c8 (diff)
downloadcpython-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.rst4
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`