mirror of
https://github.com/python/cpython.git
synced 2025-10-09 08:31:26 +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
|
||||
|
||||
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…
Add table
Add a link
Reference in a new issue