mirror of https://github.com/python/cpython
SF bug #757822: Additional index items, other minor details
* Minor grammatical fix.
This commit is contained in:
parent
03f6c54359
commit
35fd926195
|
@ -20,8 +20,8 @@ inverse operation, whereby a byte stream is converted back into an
|
||||||
object hierarchy. Pickling (and unpickling) is alternatively known as
|
object hierarchy. Pickling (and unpickling) is alternatively known as
|
||||||
``serialization'', ``marshalling,''\footnote{Don't confuse this with
|
``serialization'', ``marshalling,''\footnote{Don't confuse this with
|
||||||
the \refmodule{marshal} module} or ``flattening'',
|
the \refmodule{marshal} module} or ``flattening'',
|
||||||
however the preferred term used here is ``pickling'' and
|
however, to avoid confusion, the terms used here are ``pickling'' and
|
||||||
``unpickling'' to avoid confusing.
|
``unpickling''.
|
||||||
|
|
||||||
This documentation describes both the \module{pickle} module and the
|
This documentation describes both the \module{pickle} module and the
|
||||||
\refmodule{cPickle} module.
|
\refmodule{cPickle} module.
|
||||||
|
|
Loading…
Reference in New Issue