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

Ezio Melotti report at bugs.python.org
Sat May 28 14:16:07 CEST 2011


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

Note that usually 'self' is not included in the arguments of methods.  The 3.3 doc correctly uses e.g. copy_sign(other).  A 'd.' could also be added so that the end result looks like:
  d.copy_sign(other)
but it's not mandatory (if done, all the other methods should be updated as well).

----------
keywords: +easy
nosy: +ezio.melotti
stage:  -> needs patch

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


More information about the docs mailing list