mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
#12531: merge with 3.2.
This commit is contained in:
commit
6e3b975aa5
1 changed files with 1 additions and 1 deletions
|
@ -673,7 +673,7 @@ there were no excess keyword arguments.
|
|||
If the syntax ``*expression`` appears in the function call, ``expression`` must
|
||||
evaluate to an iterable. Elements from this iterable are treated as if they
|
||||
were additional positional arguments; if there are positional arguments
|
||||
*x1*, ... ,*xN*, and ``expression`` evaluates to a sequence *y1*, ..., *yM*,
|
||||
*x1*, ..., *xN*, and ``expression`` evaluates to a sequence *y1*, ..., *yM*,
|
||||
this is equivalent to a call with M+N positional arguments *x1*, ..., *xN*,
|
||||
*y1*, ..., *yM*.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue