[Python-checkins] r52917 - python/trunk/Doc/lib/libpickle.tex

george.yoshida python-checkins at python.org
Tue Dec 5 06:39:52 CET 2006


Author: george.yoshida
Date: Tue Dec  5 06:39:50 2006
New Revision: 52917

Modified:
   python/trunk/Doc/lib/libpickle.tex
Log:
Fix pickle doc typo
Patch #1608758


Modified: python/trunk/Doc/lib/libpickle.tex
==============================================================================
--- python/trunk/Doc/lib/libpickle.tex	(original)
+++ python/trunk/Doc/lib/libpickle.tex	Tue Dec  5 06:39:50 2006
@@ -519,7 +519,7 @@
 version of the object.  The next element of the tuple will provide
 arguments for this callable, and later elements provide additional
 state information that will subsequently be used to fully reconstruct
-the pickled date.
+the pickled data.
 
 In the unpickling environment this object must be either a class, a
 callable registered as a ``safe constructor'' (see below), or it must


More information about the Python-checkins mailing list