cpython (3.2): #12531: Fix spaces and markup.

http://hg.python.org/cpython/rev/8862ec62f9ee changeset: 71641:8862ec62f9ee branch: 3.2 parent: 71634:99e9816b7d8b user: Ezio Melotti <ezio.melotti@gmail.com> date: Sat Jul 30 21:25:22 2011 +0300 summary: #12531: Fix spaces and markup. files: Doc/reference/expressions.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Doc/reference/expressions.rst b/Doc/reference/expressions.rst --- a/Doc/reference/expressions.rst +++ b/Doc/reference/expressions.rst @@ -673,7 +673,7 @@ 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*. -- Repository URL: http://hg.python.org/cpython
participants (1)
-
ezio.melotti