mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
fix docstring
This commit is contained in:
parent
d65a901aed
commit
5793e6f4b0
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ class Complex(Number):
|
|||
|
||||
@abstractproperty
|
||||
def imag(self):
|
||||
"""Retrieve the real component of this number.
|
||||
"""Retrieve the imaginary component of this number.
|
||||
|
||||
This should subclass Real.
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue