commit | 5793e6f4b02b3c377906c639e5d5412f942837d4 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Thu Dec 23 22:17:42 2010 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Thu Dec 23 22:17:42 2010 +0000 |
tree | 5bc6904adb1bc849085ecd6ea07f60e1aba162e9 | |
parent | d65a901aed0867c66fd4951e5144f5b5315b5de0 [diff] |
fix docstring
diff --git a/Lib/numbers.py b/Lib/numbers.py index b5a49c6..b8651c2 100644 --- a/Lib/numbers.py +++ b/Lib/numbers.py
@@ -60,7 +60,7 @@ @abstractproperty def imag(self): - """Retrieve the real component of this number. + """Retrieve the imaginary component of this number. This should subclass Real. """