summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-12-05 11:42:38 (GMT)
committerGeorg Brandl <georg@python.org>2010-12-05 11:42:38 (GMT)
commit65b2eb9dfebe873e8ee5821f13d5a8c07d9c89c2 (patch)
tree71d54c41d2adbe3a2dbe3be79365a38a316dc169 /Doc/whatsnew
parent4392b5618f1ee202b73946fa7bb5333e7a315b51 (diff)
downloadcpython-65b2eb9dfebe873e8ee5821f13d5a8c07d9c89c2.zip
cpython-65b2eb9dfebe873e8ee5821f13d5a8c07d9c89c2.tar.gz
cpython-65b2eb9dfebe873e8ee5821f13d5a8c07d9c89c2.tar.bz2
Fix title.v3.2b1
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.2.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst
index 8ac8ff1..8ae5c00 100644
--- a/Doc/whatsnew/3.2.rst
+++ b/Doc/whatsnew/3.2.rst
@@ -69,7 +69,7 @@ need to be recompiled for every feature release.
.. seealso::
- :pep:`384` - Define a Stable ABI
+ :pep:`384` - Defining a Stable ABI
PEP written by Martin von Loewis.
PEP 389: Argparse Command Line Parsing Module