fix typo #4904
This commit is contained in:
parent
308705e4fa
commit
49956b26a2
|
@ -830,7 +830,7 @@ class _Unpickler:
|
|||
return k
|
||||
|
||||
def persistent_load(self, pid):
|
||||
raise UnpickingError("unsupported persistent id encountered")
|
||||
raise UnpicklingError("unsupported persistent id encountered")
|
||||
|
||||
dispatch = {}
|
||||
|
||||
|
|
Loading…
Reference in New Issue