diff options
author | ven <vendethiel@hotmail.fr> | 2015-03-21 16:55:06 +0100 |
---|---|---|
committer | ven <vendethiel@hotmail.fr> | 2015-03-21 16:55:06 +0100 |
commit | 74ae2554d2d6e3d9f5aa9597230a4afd0b33b124 (patch) | |
tree | 32c266e8e4eba954f64c01fdcde06eae8d5cb40e /python.html.markdown | |
parent | 5806c4f298d8403ddc0b4d6b5bb58ae11b07338f (diff) | |
parent | 22a0f44e64e6c7ac969556b9648ebcfca4bad187 (diff) |
Merge pull request #955 from suuuzi/master
Translating brainfuck & git to pt-br; Fixing typos in git pt-pt translation; Adding links refering other tutorials
Diffstat (limited to 'python.html.markdown')
-rw-r--r-- | python.html.markdown | 2 |
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 |