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