From 03461ad0dec6cf8a2f44c6ddbc40d2bb381d2253 Mon Sep 17 00:00:00 2001 From: Leah Hanson Date: Sat, 29 Jun 2013 16:21:55 -0400 Subject: tiny typo fix in python we -> be --- python.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python.html.markdown') 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 """ -- cgit v1.2.3