From d20c69a5df74c7788407d9693d52e8ea55ada753 Mon Sep 17 00:00:00 2001 From: saaketp Date: Wed, 1 Jul 2015 23:02:22 +0000 Subject: [PATCH] Modify python docs links so they will be the latest versions --- free-programming-books.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/free-programming-books.md b/free-programming-books.md index f14beadd..8f7b2ceb 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -1521,8 +1521,8 @@ See also [TeX](#tex) * [PureScript By Example](http://leanpub.com/purescript/read) - Phil Freeman ### Python -* [Python Official Documentation](https://docs.python.org/2/download.html) (PDF, HTML, TEXT) (2.7) -* [Python Official Documentation](https://docs.python.org/3/download.html) (PDF, EPUB, HTML, TEXT) (3.3) +* [Python Official Documentation](https://docs.python.org/2/download.html) (PDF, HTML, TEXT) (2.x) +* [Python Official Documentation](https://docs.python.org/3/download.html) (PDF, EPUB, HTML, TEXT) (3.x) * [A Beginner's Python Tutorial](http://en.wikibooks.org/wiki/A_Beginner%27s_Python_Tutorial) * [A Bit of Python and Other Things](http://jessenoller.com/good-to-great-python-reads/) * [A Guide to Python's Magic Methods](http://www.rafekettler.com/magicmethods.html) - Rafe Kettler -- GitLab