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 eric.smith
Recipients adam.woodbeck, docs@python, eric.smith, ezio.melotti
Date 2011-05-28.14:39:20
SpamBayes Score 0.00011278646
Marked as misclassified No
Message-id <1306593560.93.0.196165005371.issue12185@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not talking about the method itself but rather the descriptive text. For example:

copy_sign(other)

    Return a copy of the first operand with the sign set to be the same as the sign of the second operand. 

There is no second operand, unless you consider "self" the first and "other" the second. Which of course is true inside the method, but it reads oddly as a description of the method from the outside.
History
Date User Action Args
2011-05-28 14:39:21eric.smithsetrecipients: + eric.smith, ezio.melotti, docs@python, adam.woodbeck
2011-05-28 14:39:20eric.smithsetmessageid: <1306593560.93.0.196165005371.issue12185@psf.upfronthosting.co.za>
2011-05-28 14:39:20eric.smithlinkissue12185 messages
2011-05-28 14:39:20eric.smithcreate