diff options
Diffstat (limited to 'astroid/exceptions.py')
-rw-r--r-- | astroid/exceptions.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/astroid/exceptions.py b/astroid/exceptions.py index 99b6f685..1f136e8f 100644 --- a/astroid/exceptions.py +++ b/astroid/exceptions.py @@ -121,11 +121,10 @@ class InconsistentMroError(MroError): class SuperError(ResolveError): - - """Error raised when there is a problem with a super call. + """Error raised when there is a problem with a *super* call. Standard attributes: - super_: The Super instance that raised the exception. + *super_*: The Super instance that raised the exception. context: InferenceContext object. """ super_ = None |