]> granicus.if.org Git - python/commitdiff
Issue 8628: fix incorrect documentation for numbers.Complex.imag.
authorMark Dickinson <dickinsm@gmail.com>
Wed, 5 May 2010 21:52:39 +0000 (21:52 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Wed, 5 May 2010 21:52:39 +0000 (21:52 +0000)
Doc/library/numbers.rst

index 580127c095db421656efc176be33e99c5ab70525..300a6f305c4fca267874b9ce118d301a36e81026 100644 (file)
@@ -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()