mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
correct typo (persis*ent)
This commit is contained in:
parent
ec8fd94aab
commit
e0bfd50d76
1 changed files with 1 additions and 1 deletions
|
@ -381,7 +381,7 @@ class Unpickler:
|
|||
|
||||
def load_persid(self):
|
||||
pid = self.readline()[:-1]
|
||||
self.stack.append(self.persisent_load(pid))
|
||||
self.stack.append(self.persistent_load(pid))
|
||||
dispatch[PERSID] = load_persid
|
||||
|
||||
def load_none(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue