]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Merged revisions 87455 via svnmerge from
authorBenjamin Peterson <benjamin@python.org>
Thu, 23 Dec 2010 22:20:16 +0000 (22:20 +0000)
committerBenjamin Peterson <benjamin@python.org>
Thu, 23 Dec 2010 22:20:16 +0000 (22:20 +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 82960f04cea276da84890435156a7810b554a672..d7c8931f96cac09aa090262a829eb22651271f6a 100644 (file)
@@ -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.
         """