summaryrefslogtreecommitdiffhomepage
path: root/python.html.markdown
diff options
context:
space:
mode:
authorAdam <adam@adambard.com>2013-06-29 14:35:06 -0700
committerAdam <adam@adambard.com>2013-06-29 14:35:06 -0700
commit2838738a58b7f6f523e456937b90b60ba2f15c0c (patch)
tree62ef1c111d415feff4a99376c2dc2c973be49236 /python.html.markdown
parent4d0576490a78b290527919775eb1b5f96f05607a (diff)
parenteeab51630250dd2f046a2c92c98db1cae49255e6 (diff)
Merge branch 'master' of https://github.com/adambard/learnxinyminutes-docs
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
"""