Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6e3b975

Browse files
committed
#12531: merge with 3.2.
2 parents 98f2b9b + 5925632 commit 6e3b975

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/reference/expressions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ there were no excess keyword arguments.
673673
If the syntax ``*expression`` appears in the function call, ``expression`` must
674674
evaluate to an iterable. Elements from this iterable are treated as if they
675675
were additional positional arguments; if there are positional arguments
676-
*x1*, ... ,*xN*, and ``expression`` evaluates to a sequence *y1*, ..., *yM*,
676+
*x1*, ..., *xN*, and ``expression`` evaluates to a sequence *y1*, ..., *yM*,
677677
this is equivalent to a call with M+N positional arguments *x1*, ..., *xN*,
678678
*y1*, ..., *yM*.
679679

0 commit comments

Comments
 (0)