mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Merge from 3.2: add links and index entries for "argument" and "parameter."
This adds to the work done for issue #15990 (i.e. f44b8d69e5fc and the commits referenced there).
This commit is contained in:
commit
32bbc1c396
4 changed files with 28 additions and 13 deletions
|
@ -313,6 +313,10 @@ calling another function by using ``*`` and ``**``::
|
|||
g(x, *args, **kwargs)
|
||||
|
||||
|
||||
.. index::
|
||||
single: argument; difference from parameter
|
||||
single: parameter; difference from argument
|
||||
|
||||
.. _faq-argument-vs-parameter:
|
||||
|
||||
What is the difference between arguments and parameters?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue