diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2012-09-30 12:08:13 +0530 |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2012-09-30 12:08:13 +0530 |
commit | cfb181859a9ed4a7606a72c3ab78331c9e21bcdd (patch) | |
tree | 0a5a00c6bbcf9b1c3d884ce4a01d3e272e74f2af | |
parent | ea22685a042dd8033fc9217af9d7c2fb793a649a (diff) | |
download | cpython-git-cfb181859a9ed4a7606a72c3ab78331c9e21bcdd.tar.gz |
Fix release PEP description
-rw-r--r-- | Doc/whatsnew/3.3.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index 4e62595445..b84d7b63c7 100644 --- a/Doc/whatsnew/3.3.rst +++ b/Doc/whatsnew/3.3.rst @@ -51,7 +51,7 @@ see the :source:`Misc/NEWS` file. .. seealso:: - :pep:`398` - Python 3.2 Release Schedule + :pep:`398` - Python 3.3 Release Schedule Summary -- Release highlights |