diff options
| -rw-r--r-- | python.html.markdown | 2 | 
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 | 
