[Python-checkins] r87455 - python/branches/py3k/Lib/numbers.py

benjamin.peterson python-checkins at python.org
Thu Dec 23 23:17:43 CET 2010


Author: benjamin.peterson
Date: Thu Dec 23 23:17:42 2010
New Revision: 87455

Log:
fix docstring

Modified:
   python/branches/py3k/Lib/numbers.py

Modified: python/branches/py3k/Lib/numbers.py
==============================================================================
--- python/branches/py3k/Lib/numbers.py	(original)
+++ python/branches/py3k/Lib/numbers.py	Thu Dec 23 23:17:42 2010
@@ -60,7 +60,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