mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
fix typo #4904
This commit is contained in:
parent
308705e4fa
commit
49956b26a2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue