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 docs@python, eric.smith
Date 2011-05-26.11:59:22
SpamBayes Score 0.002322871
Marked as misclassified No
Message-id <1306411163.06.0.644918639795.issue12185@psf.upfronthosting.co.za>
In-reply-to
Content
http://docs.python.org/library/decimal.html

In 9.4.2, "Decimal objects", some of the methods mention the first and second parameters, when really it should be "self" and the argument, usually named "other" and sometimes something more specific. These include:

compare_total
copy_sign
next_toward
quantize (argument is exp)
rotate
scaleb
shift

It looks this is left over from where the same-named functions are described in the "Context objects" section.
History
Date User Action Args
2011-05-26 11:59:23eric.smithsetrecipients: + eric.smith, docs@python
2011-05-26 11:59:23eric.smithsetmessageid: <1306411163.06.0.644918639795.issue12185@psf.upfronthosting.co.za>
2011-05-26 11:59:22eric.smithlinkissue12185 messages
2011-05-26 11:59:22eric.smithcreate