summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Doc/library/numbers.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/numbers.rst b/Doc/library/numbers.rst
index 2b13a79b4b..67c2f339dd 100644
--- a/Doc/library/numbers.rst
+++ b/Doc/library/numbers.rst
@@ -29,11 +29,11 @@ The numeric tower
.. 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()