summaryrefslogtreecommitdiffhomepage
path: root/python.html.markdown
diff options
context:
space:
mode:
authorAdam Bard <github@adambard.com>2013-06-29 14:32:08 -0700
committerAdam Bard <github@adambard.com>2013-06-29 14:32:08 -0700
commiteeab51630250dd2f046a2c92c98db1cae49255e6 (patch)
treea53cc83a86780ad207b3c6355367520120221bd2 /python.html.markdown
parentc3083760f6c5d6acb8bcd58b4d1980d0e4f97717 (diff)
parent03461ad0dec6cf8a2f44c6ddbc40d2bb381d2253 (diff)
Merge pull request #49 from astrieanna/patch-1
tiny typo fix in python
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 2b67ab83..eddff031 100644
--- a/python.html.markdown
+++ b/python.html.markdown
@@ -15,7 +15,7 @@ to Python 2.x. Look for another tour of Python 3 soon!
```python
# Single line comments start with a hash.
-""" Multiline strings can we written
+""" Multiline strings can be written
using three "'s, and are often used
as comments
"""