diff options
author | Jack Hooper <jackhooper@users.noreply.github.com> | 2014-11-12 00:30:19 +1100 |
---|---|---|
committer | Jack Hooper <jackhooper@users.noreply.github.com> | 2014-11-12 00:30:19 +1100 |
commit | 0429c31d6d640889cd40ad0fba89a476bf1e7480 (patch) | |
tree | 1c9b9fde776b1b18d9f17479c9dc896dd6c81cd3 | |
parent | 0698ed27c1c63100fabf01be654a412186982042 (diff) |
Updated note regarding Python 3 tutorial.
-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 411194f4..961d0965 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. Look for another tour of Python 3 soon! +to Python 2.x. For Python 3.x, take a look at the Python 3 tutorial. ```python |