mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-25 00:06:47 +03:00
Merge pull request #855 from jackhooper/master
Got rid of misplaced apostrophe & updated note on Python 3 tutorial.
This commit is contained in:
commit
b0f4383934
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user