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

correct typo (persis*ent)

üst ec8fd94a
...@@ -381,7 +381,7 @@ class Unpickler: ...@@ -381,7 +381,7 @@ class Unpickler:
def load_persid(self): def load_persid(self):
pid = self.readline()[:-1] pid = self.readline()[:-1]
self.stack.append(self.persisent_load(pid)) self.stack.append(self.persistent_load(pid))
dispatch[PERSID] = load_persid dispatch[PERSID] = load_persid
def load_none(self): def load_none(self):
......
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