From 35fd926195320db68b83399eb96d67dc43e5858b Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Wed, 25 Jun 2003 15:07:45 +0000 Subject: SF bug #757822: Additional index items, other minor details * Minor grammatical fix. --- Doc/lib/libpickle.tex | 4 ++-- 1 file 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. -- cgit v0.12