Commit 59256329 authored by Ezio Melotti's avatar Ezio Melotti

#12531: Fix spaces and markup.

parent 497cd65c
...@@ -673,7 +673,7 @@ there were no excess keyword arguments. ...@@ -673,7 +673,7 @@ there were no excess keyword arguments.
If the syntax ``*expression`` appears in the function call, ``expression`` must If the syntax ``*expression`` appears in the function call, ``expression`` must
evaluate to an iterable. Elements from this iterable are treated as if they evaluate to an iterable. Elements from this iterable are treated as if they
were additional positional arguments; if there are positional arguments 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*, this is equivalent to a call with M+N positional arguments *x1*, ..., *xN*,
*y1*, ..., *yM*. *y1*, ..., *yM*.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment