[Python-checkins] r87457 - in python/branches/release27-maint: Lib/numbers.py

benjamin.peterson python-checkins at python.org
Thu Dec 23 23:22:48 CET 2010


Author: benjamin.peterson
Date: Thu Dec 23 23:22:48 2010
New Revision: 87457

Log:
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
........


Modified:
   python/branches/release27-maint/   (props changed)
   python/branches/release27-maint/Lib/numbers.py

Modified: python/branches/release27-maint/Lib/numbers.py
==============================================================================
--- python/branches/release27-maint/Lib/numbers.py	(original)
+++ python/branches/release27-maint/Lib/numbers.py	Thu Dec 23 23:22:48 2010
@@ -63,7 +63,7 @@
 
     @abstractproperty
     def imag(self):
-        """Retrieve the real component of this number.
+        """Retrieve the imaginary component of this number.
 
         This should subclass Real.
         """


More information about the Python-checkins mailing list