From: Ezio Melotti Date: Sat, 30 Jul 2011 18:31:22 +0000 (+0300) Subject: #12531: Fix spaces. X-Git-Tag: v2.7.3rc1~554 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4cfdb077fd45a5b017803e9429388f51a7536a2b;p=python #12531: Fix spaces. --- diff --git a/Doc/reference/expressions.rst b/Doc/reference/expressions.rst index b54bfd0daf..e2cc80daa6 100644 --- a/Doc/reference/expressions.rst +++ b/Doc/reference/expressions.rst @@ -741,7 +741,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*, 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*.