1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-20 05:21:26 +02:00

Merge pull request #49 from astrieanna/patch-1

tiny typo fix in python
This commit is contained in:
Adam Bard
2013-06-29 14:32:08 -07:00

View File

@@ -15,7 +15,7 @@ to Python 2.x. Look for another tour of Python 3 soon!
```python ```python
# Single line comments start with a hash. # Single line comments start with a hash.
""" Multiline strings can we written """ Multiline strings can be written
using three "'s, and are often used using three "'s, and are often used
as comments as comments
""" """