From 26d6fe55e382517ed3015ee137afa3c057b4a02d Mon Sep 17 00:00:00 2001 From: Julia Evans Date: Thu, 27 Jun 2013 14:35:33 -0400 Subject: Fix typo 8-1 is 7 =) --- python.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python.html.markdown b/python.html.markdown index 615ee249..eb8f5cb4 100644 --- a/python.html.markdown +++ b/python.html.markdown @@ -26,7 +26,7 @@ to Python 2.x. Look for another tour of Python 3 soon! # Math is what you would expect 1 + 1 #=> 2 -8 - 1 #=> 9 +8 - 1 #=> 7 10 * 2 #=> 20 35 / 5 #=> 7 -- cgit v1.2.3