PEP 3141: Fix typo in Number.Complex.imag() docstring (#2881)

This commit is contained in:
trcmohitmandokhot 2022-11-14 19:36:29 -05:00 committed by GitHub
parent c1d17d8371
commit 557fffd5a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ numbers are supported by this hierarchy. ::
@abstractproperty
def imag(self):
"""Retrieve the real component of this number.
"""Retrieve the imaginary component of this number.
This should subclass Real.
"""