1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-12 09:44:24 +02:00

Remove references to hash and hashtag in favor of number symbol

This commit is contained in:
Sam Dodrill
2014-04-14 11:04:44 -07:00
parent d2f6623cf6
commit 777c333ff0
7 changed files with 7 additions and 7 deletions

View File

@@ -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