This commit is contained in:
Benjamin Peterson 2009-01-10 17:05:44 +00:00
parent 308705e4fa
commit 49956b26a2
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {}