[docs] Documentation bug
Seemant Kulleen
seemant at kulleen.org
Tue Nov 30 15:32:34 CET 2010
Hi,
The page is: http://docs.python.org/library/pickle.html
The diff I propose:
--- pickle.txt.orig 2010-11-30 09:30:47.835228859 -0500
+++ pickle.txt 2010-11-30 09:31:22.993228853 -0500
@@ -53,7 +53,7 @@
objects. :mod:`marshal` exists primarily to support Python's :file:`.pyc`
files.
-The :mod:`pickle` module differs from :mod:`marshal` several significant
ways:
+The :mod:`pickle` module differs from :mod:`marshal` in several significant
ways:
* The :mod:`pickle` module keeps track of the objects it has already
serialized,
so that later references to the same object won't be serialized again.
Thanks!
Seemant
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.python.org/pipermail/docs/attachments/20101130/b0a43d39/attachment.pgp>
More information about the docs
mailing list