[docs] [issue15990] solidify argument/parameter terminology

Chris Jerdonek report at bugs.python.org
Fri Sep 21 22:06:58 CEST 2012


Chris Jerdonek added the comment:

> IMHO as soon as you use terms like "receives" or "accepts", you are still talking about arguments.

Even PEP 362 is loose with its language in this regard.  For example, at the beginning of the "Signature Object" section:

"For each parameter accepted by the function it stores a Parameter object in its parameters collection."

And at the beginning of the "Parameter Object" section:

"Python's expressive syntax means functions can accept many different kinds of parameters with many subtle semantic differences."

----------

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


More information about the docs mailing list