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

Adam Woodbeck report at bugs.python.org
Sun May 29 15:43:04 CEST 2011


Adam Woodbeck <adam.woodbeck at gmail.com> added the comment:

Or rather:

object.copy_sign(other)

    Return a copy of *object* with the sign set to be that of *other*.

----------

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


More information about the docs mailing list