diff options
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libpickle.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libpickle.tex b/Doc/lib/libpickle.tex index 7789b54..6190bdc 100644 --- a/Doc/lib/libpickle.tex +++ b/Doc/lib/libpickle.tex @@ -20,8 +20,8 @@ inverse operation, whereby a byte stream is converted back into an object hierarchy. Pickling (and unpickling) is alternatively known as ``serialization'', ``marshalling,''\footnote{Don't confuse this with the \refmodule{marshal} module} or ``flattening'', -however the preferred term used here is ``pickling'' and -``unpickling'' to avoid confusing. +however, to avoid confusion, the terms used here are ``pickling'' and +``unpickling''. This documentation describes both the \module{pickle} module and the \refmodule{cPickle} module. |