summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAdam Bard <github@adambard.com>2015-10-19 21:41:52 +0800
committerAdam Bard <github@adambard.com>2015-10-19 21:41:52 +0800
commit0bbf574e1fa3b683c09b32fa2452e3a42e0f4a62 (patch)
tree677e5c79b5ed9ad8891efdbbcf1574bea2cf9242
parent226767916cb8cb42d658a8af8eb023a36054569c (diff)
parentc60ddc6ef5d80cc87b051b848ccce0b7f335f5f1 (diff)
Merge pull request #1652 from MineDoubleSpace/master
Updated official python docs link.
-rw-r--r--python.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/python.html.markdown b/python.html.markdown
index 675967f4..42a52bcf 100644
--- a/python.html.markdown
+++ b/python.html.markdown
@@ -707,7 +707,7 @@ print say(say_please=True) # Can you buy me a beer? Please! I am poor :(
* [Automate the Boring Stuff with Python](https://automatetheboringstuff.com)
* [Learn Python The Hard Way](http://learnpythonthehardway.org/book/)
* [Dive Into Python](http://www.diveintopython.net/)
-* [The Official Docs](http://docs.python.org/2.6/)
+* [The Official Docs](http://docs.python.org/2/)
* [Hitchhiker's Guide to Python](http://docs.python-guide.org/en/latest/)
* [Python Module of the Week](http://pymotw.com/2/)
* [A Crash Course in Python for Scientists](http://nbviewer.ipython.org/5920182)