Commit 9319548e authored by Mark Dickinson's avatar Mark Dickinson

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

parent 5fb89df0
......@@ -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()
......
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