]> granicus.if.org Git - python/commitdiff
SF bug #757822: Additional index items, other minor details
authorRaymond Hettinger <python@rcn.com>
Wed, 25 Jun 2003 15:07:45 +0000 (15:07 +0000)
committerRaymond Hettinger <python@rcn.com>
Wed, 25 Jun 2003 15:07:45 +0000 (15:07 +0000)
* Minor grammatical fix.

Doc/lib/libpickle.tex

index 7789b545546d0c1f5dee21201586a161230793ba..6190bdcf8a38000a18e213190db62edd382e205b 100644 (file)
@@ -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.