summaryrefslogtreecommitdiffhomepage
path: root/python.html.markdown
diff options
context:
space:
mode:
authorSam Dodrill <shadow.h511@gmail.com>2014-04-14 11:04:44 -0700
committerSam Dodrill <shadow.h511@gmail.com>2014-04-14 11:15:08 -0700
commit777c333ff078a7095f9b7ac303829b249f499b21 (patch)
tree1ebdbfbc196c02dcc1257dd935f92599b0d7c413 /python.html.markdown
parentd2f6623cf67468d502fb4c243931687a879c5813 (diff)
Remove references to hash and hashtag in favor of number symbol
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 ced01910..bbc1bd92 100644
--- a/python.html.markdown
+++ b/python.html.markdown
@@ -17,7 +17,7 @@ to Python 2.x. Look for another tour of Python 3 soon!
```python
-# Single line comments start with a hash.
+# Single line comments start with a number symbol.
""" Multiline strings can be written
using three "'s, and are often used