diff options
-rw-r--r-- | Doc/whatsnew/3.2.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index 8d0f0f5..f66f8f3 100644 --- a/Doc/whatsnew/3.2.rst +++ b/Doc/whatsnew/3.2.rst @@ -49,7 +49,7 @@ This article explains the new features in Python 3.2, compared to 3.1. -PEP 382: Defining a Stable ABI +PEP 384: Defining a Stable ABI ============================== In the past, extension modules built for one Python version were often |