diff --git a/serializing.html b/serializing.html index 51449e6..036f21d 100644 --- a/serializing.html +++ b/serializing.html @@ -138,7 +138,7 @@ NameError: name 'entry' is not defined
The pickle.dump() / pickle.load() cycle results in an identical copy of the original data structure.
+
The pickle.dump() / pickle.load() cycle results in a new data structure that is equal to the original data structure.
>>> shell ① @@ -156,7 +156,7 @@ NameError: name 'entry' is not defined
entry.pickle file.
entry.pickle file. Now you’ve read the serialized data from that file and created a perfect replica of the original data structure.
+entry.pickle file. Now you’ve read the serialized data from that file and created a perfect replica of the original data structure.
'tags' key is a tuple, and the value of the 'internal_id' key is a bytes object.