Commit 44f96166 authored by Raymond Hettinger's avatar Raymond Hettinger

SF bug #757822: Additional index items, other minor details

* Minor grammatical fix.
parent 24ad8d4c
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment