[Python-checkins] r52918 - python/branches/release25-maint/Doc/lib/libpickle.tex
george.yoshida
python-checkins at python.org
Tue Dec 5 06:40:58 CET 2006
Author: george.yoshida
Date: Tue Dec 5 06:40:57 2006
New Revision: 52918
Modified:
python/branches/release25-maint/Doc/lib/libpickle.tex
Log:
Fix pickle doc typo
Patch #1608758
(backport from r52917)
Modified: python/branches/release25-maint/Doc/lib/libpickle.tex
==============================================================================
--- python/branches/release25-maint/Doc/lib/libpickle.tex (original)
+++ python/branches/release25-maint/Doc/lib/libpickle.tex Tue Dec 5 06:40:57 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