Kaydet (Commit) 599174f7 authored tarafından Guido van Rossum's avatar Guido van Rossum

Correct a definite typo ('mem' should be 'memo').

üst 9ab75cba
......@@ -288,7 +288,7 @@ class Pickler:
write(POP_MARK + self.get(memo[d][0]))
return
write(POP * (len(object) + 1) + self.get(mem[d][0]))
write(POP * (len(object) + 1) + self.get(memo[d][0]))
return
memo_len = len(memo)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment