diff --git a/Lib/numbers.py b/Lib/numbers.py index 82960f04cea..d7c8931f96c 100644 --- a/Lib/numbers.py +++ b/Lib/numbers.py @@ -60,7 +60,7 @@ class Complex(Number): @abstractproperty def imag(self): - """Retrieve the real component of this number. + """Retrieve the imaginary component of this number. This should subclass Real. """