From: Tim Peters Date: Tue, 28 Jan 2003 00:24:43 +0000 (+0000) Subject: Repaired grammar in new comment. X-Git-Tag: v2.3c1~2268 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cbd0a32d09a71efe14f9834bb20dc5b12852e44e;p=python Repaired grammar in new comment. --- diff --git a/Lib/pickle.py b/Lib/pickle.py index 47a61ae306..4e754169d1 100644 --- a/Lib/pickle.py +++ b/Lib/pickle.py @@ -213,7 +213,7 @@ class Pickler: # The use of the Unpickler memo length as the memo key is just a # convention. The only requirement is that the memo values be unique. # But there appears no advantage to any other scheme, and this - # scheme allows the Unpickler memo to implemented as a plain (but + # scheme allows the Unpickler memo to be implemented as a plain (but # growable) array, indexed by memo key. d = id(obj) memo_len = len(self.memo)