Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit efbb67b

Browse files
committed
Remove comment about inheritance, look one line up
1 parent 1dbe6c0 commit efbb67b

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

Lib/pickle.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,7 @@
4242
mloads = marshal.loads
4343

4444
class PickleError(Exception):
45-
"""A common base class for the other pickling exceptions.
46-
47-
Inherits from \exception{Exception}.
48-
49-
"""
45+
"""A common base class for the other pickling exceptions."""
5046
pass
5147

5248
class PicklingError(PickleError):

0 commit comments

Comments
 (0)