From: Raymond Hettinger Date: Wed, 25 Jun 2003 15:07:45 +0000 (+0000) Subject: SF bug #757822: Additional index items, other minor details X-Git-Tag: v2.3c1~332 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=35fd926195320db68b83399eb96d67dc43e5858b;p=thirdparty%2FPython%2Fcpython.git SF bug #757822: Additional index items, other minor details * Minor grammatical fix. --- diff --git a/Doc/lib/libpickle.tex b/Doc/lib/libpickle.tex index 7789b545546d..6190bdcf8a38 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.