]> granicus.if.org Git - python/commitdiff
Remove comment about inheritance, look one line up
authorNeal Norwitz <nnorwitz@gmail.com>
Thu, 30 May 2002 12:12:04 +0000 (12:12 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Thu, 30 May 2002 12:12:04 +0000 (12:12 +0000)
Lib/pickle.py

index a3034655486b1595e58b69ffa43ec8e6a857476b..985b851877fed5a6923a028330ac58f76816e349 100644 (file)
@@ -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):