diff --git a/Lib/pickle.py b/Lib/pickle.py index a3034655486..985b851877f 100644 --- a/Lib/pickle.py +++ b/Lib/pickle.py @@ -42,11 +42,7 @@ mdumps = marshal.dumps mloads = marshal.loads class PickleError(Exception): - """A common base class for the other pickling exceptions. - - Inherits from \exception{Exception}. - - """ + """A common base class for the other pickling exceptions.""" pass class PicklingError(PickleError):