From: Benjamin Peterson Date: Thu, 23 Dec 2010 22:17:42 +0000 (+0000) Subject: fix docstring X-Git-Tag: v3.2rc1~364 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5793e6f4b02b3c377906c639e5d5412f942837d4;p=thirdparty%2FPython%2Fcpython.git fix docstring --- diff --git a/Lib/numbers.py b/Lib/numbers.py index b5a49c67c5af..b8651c2d8298 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. """