Fix pickle doc typo

Patch #1608758
(backport from r52917)
This commit is contained in:
George Yoshida 2006-12-05 05:40:57 +00:00
parent fa713e18f6
commit 19d12d4cea
1 changed files with 1 additions and 1 deletions

View File

@ -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