diff --git a/native-datatypes.html b/native-datatypes.html index 9a1c1a5..62c5338 100755 --- a/native-datatypes.html +++ b/native-datatypes.html @@ -60,7 +60,7 @@ body{counter-reset:h1 2} 1 >>> True * False 0 ->>> True * False +>>> True / False Traceback (most recent call last): File "<stdin>", line 1, in <module> ZeroDivisionError: int division or modulo by zero