fix docstring

This commit is contained in:
Benjamin Peterson 2010-12-23 22:17:42 +00:00
parent d65a901aed
commit 5793e6f4b0

View file

@ -60,7 +60,7 @@ def real(self):
@abstractproperty
def imag(self):
"""Retrieve the real component of this number.
"""Retrieve the imaginary component of this number.
This should subclass Real.
"""