summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJulia Evans <julia@jvns.ca>2013-06-27 14:35:33 -0400
committerJulia Evans <julia@jvns.ca>2013-06-27 14:35:33 -0400
commit26d6fe55e382517ed3015ee137afa3c057b4a02d (patch)
tree29f80ee7811eab8f9eb2d75d8919e766a89a9262
parent2e9f5a642bc7a90045830892af1ade48ea613a2a (diff)
Fix typo
8-1 is 7 =)
-rw-r--r--python.html.markdown2
1 files changed, 1 insertions, 1 deletions
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