[docs] [issue12185] Decimal documentation lists "first" and "second" arguments, should be "self" and "other"

Ezio Melotti report at bugs.python.org
Sun May 29 03:44:41 CEST 2011


Ezio Melotti <ezio.melotti at gmail.com> added the comment:

In this case using:
   d.copy_sign(other)
and then refer to 'd' and 'other' might be clearer.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12185>
_______________________________________


More information about the docs mailing list