diff options
author | Camilo Garrido <hiro.hope@gmail.com> | 2013-08-11 12:47:21 -0400 |
---|---|---|
committer | Camilo Garrido <hiro.hope@gmail.com> | 2013-08-11 12:47:21 -0400 |
commit | e6bae9cbd39dbed3b5db2f1673a954132ce889e2 (patch) | |
tree | cd2909593568b94616329abd43a0016be05473ff /python.html.markdown | |
parent | 80ea89b58a470f9b1a4ce7710f4de6ac69dee5ee (diff) | |
parent | 28b26b85ff3a94501adc0550c484c90d3e76fb90 (diff) |
Merge branch 'master' of github.com:adambard/learnxinyminutes-docs
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 a32db51a..f0b74d08 100644 --- a/python.html.markdown +++ b/python.html.markdown @@ -6,7 +6,7 @@ filename: learnpython.py --- Python was created by Guido Van Rossum in the early 90's. It is now one of the most popular -languages in existence. I fell in love with Python for its syntactic clarity. Its basically +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] |