]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
fix docstring
authorBenjamin Peterson <benjamin@python.org>
Thu, 23 Dec 2010 22:17:42 +0000 (22:17 +0000)
committerBenjamin Peterson <benjamin@python.org>
Thu, 23 Dec 2010 22:17:42 +0000 (22:17 +0000)
Lib/numbers.py

index b5a49c67c5afee01fb4cbe3ead6dc1af57848452..b8651c2d8298149f992126d03dd24ad753c3efa9 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.
         """