From c3a65982a3bab83307bc4b2db2bdac659950e559 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Sat, 1 Jul 2000 17:47:38 +0000 Subject: [PATCH] others --> other's (possessive) Usage error noted by Grant Griffin . --- Doc/lib/libpickle.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libpickle.tex b/Doc/lib/libpickle.tex index c8a4d24ef72..ebc897558d9 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.)