summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-12-05 11:42:38 +0000
committerGeorg Brandl <georg@python.org>2010-12-05 11:42:38 +0000
commit810fb336745c4dfec62ad7f8eab344b910aff931 (patch)
tree45f093b14e31b7a83d21f3b75543f604824bfafb
parentcbff4f2f74d324d11d8da76f065d1436edcc4426 (diff)
downloadcpython-3.2b1.tar.gz
Fix title.v3.2b1
-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 8ac8ff1072..8ae5c006ed 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