summaryrefslogtreecommitdiffstats
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 580127c..300a6f3 100644
--- a/Doc/library/numbers.rst
+++ b/Doc/library/numbers.rst
@@ -31,11 +31,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()