From 4789dd1097ea3980374715eaac7852552d2fa036 Mon Sep 17 00:00:00 2001 From: Adam Date: Fri, 28 Jun 2013 21:17:29 -0700 Subject: Fixes #26: triple-quoted strings are identified as such, not as comments --- python.html.markdown | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'python.html.markdown') diff --git a/python.html.markdown b/python.html.markdown index 3b5075ae..3127cf2e 100644 --- a/python.html.markdown +++ b/python.html.markdown @@ -15,8 +15,9 @@ to Python 2.x. Look for another tour of Python 3 soon! ```python # Single line comments start with a hash. -""" Multiline comments can we written - using three "'s +""" Multiline strings can we written + using three "'s, and are often used + as comments """ #################################################### -- cgit v1.2.3