Merge pull request #5 from jvns/patch-1

Fix typo in Python tutorial
This commit is contained in:
Adam Bard 2013-06-27 11:37:32 -07:00
commit 8a5cca1f05

View File

@ -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