summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorsuuuzi <tetestonaldo@gmail.com>2015-02-04 15:36:20 -0200
committersuuuzi <tetestonaldo@gmail.com>2015-02-04 15:36:20 -0200
commit22a0f44e64e6c7ac969556b9648ebcfca4bad187 (patch)
tree9cbab4a649d21c5716b2a9db58c951c786326947
parentf4bd1bc8b462e09330ae22ae89a72c11354aa8ac (diff)
Refering Python3 tutorial 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 da04d381..478804cd 100644
--- a/python.html.markdown
+++ b/python.html.markdown
@@ -14,7 +14,7 @@ executable pseudocode.
Feedback would be highly appreciated! You can reach me at [@louiedinh](http://twitter.com/louiedinh) or louiedinh [at] [google's email service]
Note: This article applies to Python 2.7 specifically, but should be applicable
-to Python 2.x. For Python 3.x, take a look at the Python 3 tutorial.
+to Python 2.x. For Python 3.x, take a look at the [Python 3 tutorial](http://learnxinyminutes.com/docs/python3/).
```python