diff options
author | ven <vendethiel@hotmail.fr> | 2014-11-11 15:21:06 +0100 |
---|---|---|
committer | ven <vendethiel@hotmail.fr> | 2014-11-11 15:21:06 +0100 |
commit | b0f4383934a2cfb25ae6fb26338d504616ad4876 (patch) | |
tree | 1c9b9fde776b1b18d9f17479c9dc896dd6c81cd3 | |
parent | fc5eb4af1bcd6d564d7d5b2bd883d7d3342c6547 (diff) | |
parent | 0429c31d6d640889cd40ad0fba89a476bf1e7480 (diff) |
Merge pull request #855 from jackhooper/master
Got rid of misplaced apostrophe & updated note on Python 3 tutorial.
-rw-r--r-- | python.html.markdown | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python.html.markdown b/python.html.markdown index ba236fb3..961d0965 100644 --- a/python.html.markdown +++ b/python.html.markdown @@ -7,14 +7,14 @@ contributors: filename: learnpython.py --- -Python was created by Guido Van Rossum in the early 90's. It is now one of the most popular +Python was created by Guido Van Rossum in the early 90s. It is now one of the most popular languages in existence. I fell in love with Python for its syntactic clarity. It's basically 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 |