summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2011-01-19 08:44:33 (GMT)
committerRaymond Hettinger <python@rcn.com>2011-01-19 08:44:33 (GMT)
commitbe9994e0d1afe4c2a1d28041ca0dce50ef9d786d (patch)
tree0aa3fd0c936f85686d4b6dc216dd92adc009ad59 /Doc/whatsnew
parentf3923cf9fd8f5cce3f0fa40e96fa9e9ebb78d73f (diff)
downloadcpython-be9994e0d1afe4c2a1d28041ca0dce50ef9d786d.zip
cpython-be9994e0d1afe4c2a1d28041ca0dce50ef9d786d.tar.gz
cpython-be9994e0d1afe4c2a1d28041ca0dce50ef9d786d.tar.bz2
Fix markup.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.2.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst
index ef31609..57749d9 100644
--- a/Doc/whatsnew/3.2.rst
+++ b/Doc/whatsnew/3.2.rst
@@ -169,8 +169,7 @@ each with their own argument patterns and help displays::
:pep:`389` - New Command Line Parsing Module
PEP written by Steven Bethard.
- :ref:`upgrading-optparse-code` for details on the differences from
- :mod:`optparse`.
+ :ref:`upgrading-optparse-code` for details on the differences from :mod:`optparse`.
PEP 391: Dictionary Based Configuration for Logging