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')