mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Repaired grammar in new comment.
This commit is contained in:
parent
b377f8ac3e
commit
cbd0a32d09
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue