diff options
author | Yury Selivanov <yselivanov@sprymix.com> | 2015-09-13 15:52:07 (GMT) |
---|---|---|
committer | Yury Selivanov <yselivanov@sprymix.com> | 2015-09-13 15:52:07 (GMT) |
commit | 69a15f157694016c1eec8a9f6d4c39139e159588 (patch) | |
tree | d9aed34e76bf128712d67a700368ce3c00fc33a6 /Doc/whatsnew | |
parent | 801306bb6558bb7d263aa06215a6ac378510d349 (diff) | |
download | cpython-69a15f157694016c1eec8a9f6d4c39139e159588.zip cpython-69a15f157694016c1eec8a9f6d4c39139e159588.tar.gz cpython-69a15f157694016c1eec8a9f6d4c39139e159588.tar.bz2 |
whatsnew/3.5: Fix typo
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | 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 index fe30642..2f8fe80 100644 --- 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. |