diff options
author | Adam <adam@adambard.com> | 2013-06-29 14:35:06 -0700 |
---|---|---|
committer | Adam <adam@adambard.com> | 2013-06-29 14:35:06 -0700 |
commit | 2838738a58b7f6f523e456937b90b60ba2f15c0c (patch) | |
tree | 62ef1c111d415feff4a99376c2dc2c973be49236 | |
parent | 4d0576490a78b290527919775eb1b5f96f05607a (diff) | |
parent | eeab51630250dd2f046a2c92c98db1cae49255e6 (diff) |
Merge branch 'master' of https://github.com/adambard/learnxinyminutes-docs
-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 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 """ |