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

This commit is contained in:
Mark Dickinson 2010-05-05 21:52:39 +00:00
parent 5fb89df07b
commit 9319548e56

View file

@ -31,11 +31,11 @@ The numeric tower
.. attribute:: real .. attribute:: real
Abstract. Retrieves the :class:`Real` component of this number. Abstract. Retrieves the real component of this number.
.. attribute:: imag .. attribute:: imag
Abstract. Retrieves the :class:`Real` component of this number. Abstract. Retrieves the imaginary component of this number.
.. method:: conjugate() .. method:: conjugate()