From d2f304476ae01d75fd1ff9e6cb4e86726bc7adca Mon Sep 17 00:00:00 2001 From: Mark Pilgrim Date: Tue, 10 Nov 2009 22:17:32 +0300 Subject: [PATCH] typo (thanks @froxxinator) --- serializing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serializing.html b/serializing.html index 1046bcc..e74f16b 100644 --- a/serializing.html +++ b/serializing.html @@ -146,7 +146,7 @@ NameError: name 'entry' is not defined ... >>> entry2 == entry True ->>> entry2 is entry +>>> entry2 is entry False >>> entry2['tags'] ('diveintopython', 'docbook', 'html')