Remove comment about inheritance, look one line up

This commit is contained in:
Neal Norwitz 2002-05-30 12:12:04 +00:00
parent 1dbe6c0728
commit efbb67b1a7
1 changed files with 1 additions and 5 deletions

View File

@ -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):