From: Georg Brandl <georg@python.org>
Date: Sun, 5 Dec 2010 11:42:38 +0000 (+0000)
Subject: Fix title.
X-Git-Tag: v3.2b1
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=65b2eb9dfebe873e8ee5821f13d5a8c07d9c89c2;p=python

Fix title.
---

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