diff --git a/serializing.html b/serializing.html index 1b98b26..cc37a6a 100644 --- a/serializing.html +++ b/serializing.html @@ -201,7 +201,7 @@ NameError: name 'entry' is not defined

Debugging Pickle Files

-

What does the pickle protocol look like? Let’s jump out of the Python Shell for a moment and take a look at that entry.pickle file we created. +

What does the pickle protocol look like? Let’s jump out of the Python Shell for a moment and take a look at that entry.pickle file we created. To the naked eye, it’s mostly gibberish.

 you@localhost:~/diveintopython3/examples$ ls -l entry.pickle