From 19d12d4cea1c235b040474a2178c34e090a3756b Mon Sep 17 00:00:00 2001 From: George Yoshida Date: Tue, 5 Dec 2006 05:40:57 +0000 Subject: [PATCH] Fix pickle doc typo Patch #1608758 (backport from r52917) --- Doc/lib/libpickle.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libpickle.tex b/Doc/lib/libpickle.tex index a8ab39e25d..3290641232 100644 --- a/Doc/lib/libpickle.tex +++ b/Doc/lib/libpickle.tex @@ -519,7 +519,7 @@ as their value. The semantics of each element are: 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 -- 2.50.1