summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libpickle.tex
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2003-06-25 15:07:45 (GMT)
committerRaymond Hettinger <python@rcn.com>2003-06-25 15:07:45 (GMT)
commit35fd926195320db68b83399eb96d67dc43e5858b (patch)
treeafbf5f9c975a72bd3142668058723f342b41ebbc /Doc/lib/libpickle.tex
parent03f6c54359e2a5777be3d41b21488b46f3fbed87 (diff)
downloadcpython-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.tex4
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.