summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-07-01 17:47:38 (GMT)
committerFred Drake <fdrake@acm.org>2000-07-01 17:47:38 (GMT)
commitc3a65982a3bab83307bc4b2db2bdac659950e559 (patch)
tree1ec04996aa89d6f78ed9b7087fe76de683558200
parent506a7a87ffce9a5fedb69298070fec10826d3102 (diff)
downloadcpython-c3a65982a3bab83307bc4b2db2bdac659950e559.zip
cpython-c3a65982a3bab83307bc4b2db2bdac659950e559.tar.gz
cpython-c3a65982a3bab83307bc4b2db2bdac659950e559.tar.bz2
others --> other's (possessive)
Usage error noted by Grant Griffin <grant.griffin@iowegian.com>.
-rw-r--r--Doc/lib/libpickle.tex2
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.)