From: Fred Drake Date: Sat, 1 Jul 2000 17:47:38 +0000 (+0000) Subject: others --> other's (possessive) X-Git-Tag: v2.0b1~1133 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c3a65982a3bab83307bc4b2db2bdac659950e559;p=thirdparty%2FPython%2Fcpython.git others --> other's (possessive) Usage error noted by Grant Griffin . --- diff --git a/Doc/lib/libpickle.tex b/Doc/lib/libpickle.tex index c8a4d24ef72e..ebc897558d98 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.)