]> granicus.if.org Git - python/commitdiff
Merged revisions 80826 via svnmerge from
authorMark Dickinson <dickinsm@gmail.com>
Wed, 5 May 2010 21:54:18 +0000 (21:54 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Wed, 5 May 2010 21:54:18 +0000 (21:54 +0000)
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r80826 | mark.dickinson | 2010-05-05 22:52:39 +0100 (Wed, 05 May 2010) | 1 line

  Issue 8628: fix incorrect documentation for numbers.Complex.imag.
........

Doc/library/numbers.rst

index 2b13a79b4b932fd616736505ebda1c8defbc7252..67c2f339dda6c1ff8662899e523c3ab327a2be4d 100644 (file)
@@ -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()