]> granicus.if.org Git - python/commitdiff
Fix pickle doc typo
authorGeorge Yoshida <dynkin@gmail.com>
Tue, 5 Dec 2006 05:39:50 +0000 (05:39 +0000)
committerGeorge Yoshida <dynkin@gmail.com>
Tue, 5 Dec 2006 05:39:50 +0000 (05:39 +0000)
Patch #1608758

Doc/lib/libpickle.tex

index a8ab39e25d7b98fa9691af626b38d8ae84700c3e..3290641232f73fb45bcd4f024bbdd8d875079f3d 100644 (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