diff options
author | Raymond Hettinger <python@rcn.com> | 2003-06-25 15:07:45 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2003-06-25 15:07:45 (GMT) |
commit | 35fd926195320db68b83399eb96d67dc43e5858b (patch) | |
tree | afbf5f9c975a72bd3142668058723f342b41ebbc /Doc/lib/libpickle.tex | |
parent | 03f6c54359e2a5777be3d41b21488b46f3fbed87 (diff) | |
download | cpython-35fd926195320db68b83399eb96d67dc43e5858b.zip cpython-35fd926195320db68b83399eb96d67dc43e5858b.tar.gz cpython-35fd926195320db68b83399eb96d67dc43e5858b.tar.bz2 |
SF bug #757822: Additional index items, other minor details
* Minor grammatical fix.
Diffstat (limited to 'Doc/lib/libpickle.tex')
-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. |