diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2012-09-30 06:38:13 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2012-09-30 06:38:13 (GMT) |
commit | cfb181859a9ed4a7606a72c3ab78331c9e21bcdd (patch) | |
tree | 0a5a00c6bbcf9b1c3d884ce4a01d3e272e74f2af /Doc/whatsnew | |
parent | ea22685a042dd8033fc9217af9d7c2fb793a649a (diff) | |
download | cpython-cfb181859a9ed4a7606a72c3ab78331c9e21bcdd.zip cpython-cfb181859a9ed4a7606a72c3ab78331c9e21bcdd.tar.gz cpython-cfb181859a9ed4a7606a72c3ab78331c9e21bcdd.tar.bz2 |
Fix release PEP description
Diffstat (limited to 'Doc/whatsnew')
-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 4e62595..b84d7b6 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 |