diff options
Diffstat (limited to 'Lib/numbers.py')
-rw-r--r-- | Lib/numbers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/numbers.py b/Lib/numbers.py index 540e7d5910..2592643c13 100644 --- a/Lib/numbers.py +++ b/Lib/numbers.py @@ -63,7 +63,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. """ |