fix docstring
diff --git a/Lib/numbers.py b/Lib/numbers.py
index b5a49c6..b8651c2 100644
--- a/Lib/numbers.py
+++ b/Lib/numbers.py
@@ -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.
         """