https://hg.python.org/cpython/rev/4661e0ad2278 changeset: 97988:4661e0ad2278 branch: 3.5 user: Yury Selivanov <yselivanov at sprymix.com> date: Sun Sep 13 11:52:07 2015 -0400 summary: whatsnew/3.5: Fix typo files: Doc/whatsnew/3.5.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst --- a/Doc/whatsnew/3.5.rst +++ b/Doc/whatsnew/3.5.rst @@ -45,7 +45,7 @@ when researching a change. This article explains the new features in Python 3.5, compared to 3.4. -Python 3.4 was released on September 13, 2015. See the +Python 3.5 was released on September 13, 2015. See the `changelog <https://docs.python.org/3.5/whatsnew/changelog.html>`_ for a full list of changes. -- Repository URL: https://hg.python.org/cpython