mirror of
https://github.com/python/cpython.git
synced 2025-10-10 00:43:41 +00:00
Remove comment about inheritance, look one line up
This commit is contained in:
parent
1dbe6c0728
commit
efbb67b1a7
1 changed files with 1 additions and 5 deletions
|
@ -42,11 +42,7 @@ mdumps = marshal.dumps
|
||||||
mloads = marshal.loads
|
mloads = marshal.loads
|
||||||
|
|
||||||
class PickleError(Exception):
|
class PickleError(Exception):
|
||||||
"""A common base class for the other pickling exceptions.
|
"""A common base class for the other pickling exceptions."""
|
||||||
|
|
||||||
Inherits from \exception{Exception}.
|
|
||||||
|
|
||||||
"""
|
|
||||||
pass
|
pass
|
||||||
|
|
||||||
class PicklingError(PickleError):
|
class PicklingError(PickleError):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue