Kaydet (Commit) 5b859950 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

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
........
üst 341a5ef2
......@@ -63,7 +63,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.
"""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment