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

Terry J. Reedy report at bugs.python.org
Sun May 29 00:06:18 CEST 2011


Terry J. Reedy <tjreedy at udel.edu> added the comment:

Return a copy of *self* with the sign set to be the same as the sign of *other*.

seems clearer to me.

----------
nosy: +terry.reedy

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


More information about the Python-bugs-list mailing list