diff options
author | Fred Drake <fdrake@acm.org> | 2000-07-01 17:47:38 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-07-01 17:47:38 (GMT) |
commit | c3a65982a3bab83307bc4b2db2bdac659950e559 (patch) | |
tree | 1ec04996aa89d6f78ed9b7087fe76de683558200 /Doc | |
parent | 506a7a87ffce9a5fedb69298070fec10826d3102 (diff) | |
download | cpython-c3a65982a3bab83307bc4b2db2bdac659950e559.zip cpython-c3a65982a3bab83307bc4b2db2bdac659950e559.tar.gz cpython-c3a65982a3bab83307bc4b2db2bdac659950e559.tar.bz2 |
others --> other's (possessive)
Usage error noted by Grant Griffin <grant.griffin@iowegian.com>.
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 c8a4d24..ebc8975 100644 --- a/Doc/lib/libpickle.tex +++ b/Doc/lib/libpickle.tex @@ -386,4 +386,4 @@ The format of the pickle data is identical to that produced using the programming language, and there are some freedoms in the encodings of certain objects, it's possible that the two modules produce different pickled data for the same input objects; however they will always be -able to read each others pickles back in.) +able to read each other's pickles back in.) |