Merged revisions 87455 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r87455 | benjamin.peterson | 2010-12-23 16:17:42 -0600 (Thu, 23 Dec 2010) | 1 line

  fix docstring
........
This commit is contained in:
Benjamin Peterson 2010-12-23 22:20:16 +00:00
parent 42d983f487
commit 9e335fb3c5
1 changed files with 1 additions and 1 deletions

View File

@ -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.
"""