Skip to content

Commit 8aa2eb9

Browse files
committed
Merge pull request #1526 from saaketp/master
Modified python docs links so they will be the latest versions
2 parents 6480e6f + d20c69a commit 8aa2eb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

free-programming-books.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1521,8 +1521,8 @@ See also [TeX](#tex)
15211521
* [PureScript By Example](http://leanpub.com/purescript/read) - Phil Freeman
15221522

15231523
### Python
1524-
* [Python Official Documentation](https://docs.python.org/2.7/download.html) (PDF, HTML, TEXT) (2.7)
1525-
* [Python Official Documentation](https://docs.python.org/3.3/download.html) (PDF, EPUB, HTML, TEXT) (3.3)
1524+
* [Python Official Documentation](https://docs.python.org/2/download.html) (PDF, HTML, TEXT) (2.x)
1525+
* [Python Official Documentation](https://docs.python.org/3/download.html) (PDF, EPUB, HTML, TEXT) (3.x)
15261526
* [A Beginner's Python Tutorial](http://en.wikibooks.org/wiki/A_Beginner%27s_Python_Tutorial)
15271527
* [A Bit of Python and Other Things](http://jessenoller.com/good-to-great-python-reads/)
15281528
* [A Guide to Python's Magic Methods](http://www.rafekettler.com/magicmethods.html) - Rafe Kettler

0 commit comments

Comments
 (0)