This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author marco.buttu
Recipients docs@python, marco.buttu
Date 2013-09-22.07:09:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379833742.32.0.289149108308.issue19068@psf.upfronthosting.co.za>
In-reply-to
Content
As reported in the title: 

>>> complex.conjugate.__doc__.splitlines()[-1]
'Returns the complex conjugate of its argument. (3-4j).conjugate() == 3+4j.'
>>> complex.__format__.__doc__.splitlines()[-1]
'Converts to a string according to format_spec.'

They should have been 'Return...' and 'Convert...'. Patch is attached
History
Date User Action Args
2013-09-22 07:09:02marco.buttusetrecipients: + marco.buttu, docs@python
2013-09-22 07:09:02marco.buttusetmessageid: <1379833742.32.0.289149108308.issue19068@psf.upfronthosting.co.za>
2013-09-22 07:09:02marco.buttulinkissue19068 messages
2013-09-22 07:09:02marco.buttucreate