Remove comment about inheritance, look one line up
This commit is contained in:
parent
1dbe6c0728
commit
efbb67b1a7
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue