Commit 2aac4b12 authored by Mark Dickinson's avatar Mark Dickinson

Merged revisions 80828 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r80828 | mark.dickinson | 2010-05-05 22:54:18 +0100 (Wed, 05 May 2010) | 9 lines

  Merged revisions 80826 via svnmerge from
  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.
  ........
................
parent c1793f0b
......@@ -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()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment