We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 442dd8f commit 575997aCopy full SHA for 575997a
Doc/faq/programming.rst
@@ -409,8 +409,9 @@ What is the difference between arguments and parameters?
409
410
:term:`Parameters <parameter>` are defined by the names that appear in a
411
function definition, whereas :term:`arguments <argument>` are the values
412
-actually passed to a function when calling it. Parameters define what types of
413
-arguments a function can accept. For example, given the function definition::
+actually passed to a function when calling it. Parameters define what
+:term:`kind of arguments <parameter>` a function can accept. For
414
+example, given the function definition::
415
416
def func(foo, bar=None, **kwargs):
417
pass
0 commit comments