diff options
author | George Yoshida <dynkin@gmail.com> | 2006-12-05 05:39:50 (GMT) |
---|---|---|
committer | George Yoshida <dynkin@gmail.com> | 2006-12-05 05:39:50 (GMT) |
commit | 0a286d0b538478e490e6f85ae3339e4bd6846953 (patch) | |
tree | f8dae6ab12900ac111039956ff806bb69182e5e1 /Doc | |
parent | 9be4905f42f5f7f0d3e8605bf284da9e40f4065a (diff) | |
download | cpython-0a286d0b538478e490e6f85ae3339e4bd6846953.zip cpython-0a286d0b538478e490e6f85ae3339e4bd6846953.tar.gz cpython-0a286d0b538478e490e6f85ae3339e4bd6846953.tar.bz2 |
Fix pickle doc typo
Patch #1608758
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libpickle.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libpickle.tex b/Doc/lib/libpickle.tex index a8ab39e..3290641 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 |