diff options
author | suuuzi <tetestonaldo@gmail.com> | 2015-02-04 15:32:55 -0200 |
---|---|---|
committer | suuuzi <tetestonaldo@gmail.com> | 2015-02-04 15:32:55 -0200 |
commit | f4bd1bc8b462e09330ae22ae89a72c11354aa8ac (patch) | |
tree | 5ee096ad2bfac4d10bb6034a411dab956d814d4b /python3.html.markdown | |
parent | a3318599c8514b970a18148e687fae6a69d8f81e (diff) |
Python 3: Changing 'the other tutorial' to a link refering the other tutorial
Diffstat (limited to 'python3.html.markdown')
-rw-r--r-- | python3.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python3.html.markdown b/python3.html.markdown index 6b1d3156..0293d7d2 100644 --- a/python3.html.markdown +++ b/python3.html.markdown @@ -13,7 +13,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 3 specifically. Check out the other tutorial if you want to learn the old Python 2.7 +Note: This article applies to Python 3 specifically. Check out [here](http://learnxinyminutes.com/docs/python/) if you want to learn the old Python 2.7 ```python |