From 1ec34b319faf7d39b0883abf0f5433b667e44d30 Mon Sep 17 00:00:00 2001 From: Mark Pilgrim Date: Wed, 22 Jul 2009 21:12:33 -0400 Subject: [PATCH] True / False [thanks S.S.] --- native-datatypes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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