diff options
Diffstat (limited to 'Doc/library/pickle.rst')
-rw-r--r-- | Doc/library/pickle.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/pickle.rst b/Doc/library/pickle.rst index 08b7daa..a1e045d 100644 --- a/Doc/library/pickle.rst +++ b/Doc/library/pickle.rst @@ -98,8 +98,8 @@ generated by :mod:`pickle`. There are currently 4 different protocols which can be used for pickling. -* Protocol version 0 is the original ASCII protocol and is backwards compatible - with earlier versions of Python. +* Protocol version 0 is the original human-readable protocol and is + backwards compatible with earlier versions of Python. * Protocol version 1 is the old binary format which is also compatible with earlier versions of Python. |