From 9e335fb3c57c7d1b8c055250c329efb545e8978c Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Thu, 23 Dec 2010 22:20:16 +0000 Subject: Merged revisions 87455 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87455 | benjamin.peterson | 2010-12-23 16:17:42 -0600 (Thu, 23 Dec 2010) | 1 line fix docstring ........ --- Lib/numbers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/numbers.py b/Lib/numbers.py index 82960f0..d7c8931 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. """ -- cgit v0.12