projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b377f8a
)
Repaired grammar in new comment.
author
Tim Peters
<tim.peters@gmail.com>
Tue, 28 Jan 2003 00:24:43 +0000
(
00:24
+0000)
committer
Tim Peters
<tim.peters@gmail.com>
Tue, 28 Jan 2003 00:24:43 +0000
(
00:24
+0000)
Lib/pickle.py
patch
|
blob
|
history
diff --git
a/Lib/pickle.py
b/Lib/pickle.py
index 47a61ae3060ba6d54acd3c4f19f200d6450c7f84..4e754169d1d87b95a5a45e0749f212e5966a2a99 100644
(file)
--- 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)