mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Issue 8628: fix incorrect documentation for numbers.Complex.imag.
This commit is contained in:
parent
5fb89df07b
commit
9319548e56
1 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue