Issue 8628: fix incorrect documentation for numbers.Complex.imag.
diff --git a/Doc/library/numbers.rst b/Doc/library/numbers.rst
index 580127c..300a6f3 100644
--- a/Doc/library/numbers.rst
+++ b/Doc/library/numbers.rst
@@ -31,11 +31,11 @@
.. attribute:: real
- Abstract. Retrieves the :class:`Real` component of this number.
+ Abstract. Retrieves the real component of this number.
.. attribute:: imag
- Abstract. Retrieves the :class:`Real` component of this number.
+ Abstract. Retrieves the imaginary component of this number.
.. method:: conjugate()