]> granicus.if.org Git - python/commitdiff
Merged revisions 87455 via svnmerge from
authorBenjamin Peterson <benjamin@python.org>
Thu, 23 Dec 2010 22:22:48 +0000 (22:22 +0000)
committerBenjamin Peterson <benjamin@python.org>
Thu, 23 Dec 2010 22:22:48 +0000 (22:22 +0000)
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

index 540e7d59107a17fa84f9acfd687f7bf49dbd55d2..2592643c1362bb27b08c8985855a243343093953 100644 (file)
@@ -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.
         """