summaryrefslogtreecommitdiffhomepage
path: root/python.html.markdown
diff options
context:
space:
mode:
authorldinh <LouieDinh@gmail.com>2013-06-27 00:45:59 -0700
committerldinh <LouieDinh@gmail.com>2013-06-27 00:45:59 -0700
commit360512e5a3b246d7d190e7ec207bf601361721a7 (patch)
tree2109b7ffb8a7967130a01721f566c72063f5502a /python.html.markdown
parente9aa9b480f530272dc004db6112a2214776d450f (diff)
fix typo
Diffstat (limited to 'python.html.markdown')
-rw-r--r--python.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/python.html.markdown b/python.html.markdown
index a6e54e4f..8a9ea48f 100644
--- a/python.html.markdown
+++ b/python.html.markdown
@@ -4,7 +4,7 @@ author: Louie Dinh
author_url: http://ldinh.ca
---
-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 it's syntactic clarity. It's basically executable pseudocode.
+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 it's syntactic clarity. It's basically executable pseudocode.
```Python
# Single line comments start with a hash.