Commit efbb67b1 authored by Neal Norwitz's avatar Neal Norwitz

Remove comment about inheritance, look one line up

parent 1dbe6c07
......@@ -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):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment