cpython (2.7): #12531: Fix spaces.

http://hg.python.org/cpython/rev/952e83a8bc78 changeset: 71643:952e83a8bc78 branch: 2.7 parent: 71637:402f94edf11b user: Ezio Melotti <ezio.melotti@gmail.com> date: Sat Jul 30 21:31:22 2011 +0300 summary: #12531: Fix spaces. 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 @@ -741,7 +741,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*, this +*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