From: Benjamin Peterson Date: Sat, 10 Jan 2009 17:05:44 +0000 (+0000) Subject: fix typo #4904 X-Git-Tag: v3.1a1~537 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=49956b26a276cdbe6c5ac1e6020ea5e944291558;p=python fix typo #4904 --- diff --git a/Lib/pickle.py b/Lib/pickle.py index 201dc9914b..2947bd4f7f 100644 --- a/Lib/pickle.py +++ b/Lib/pickle.py @@ -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 = {}