From 7261bd4349fe2017580d6230025ace465a4cdbb5 Mon Sep 17 00:00:00 2001 From: Mark Pilgrim Date: Tue, 4 Aug 2009 16:34:43 -0700 Subject: [PATCH] "True - False" for symmetry --- native-datatypes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/native-datatypes.html b/native-datatypes.html index a697224..cb2903a 100755 --- a/native-datatypes.html +++ b/native-datatypes.html @@ -57,7 +57,7 @@ body{counter-reset:h1 2}
 >>> True + True
 2
->>> True + False
+>>> True - False
 1
 >>> True * False
 0