]> granicus.if.org Git - python/commitdiff
#12531: Fix spaces.
authorEzio Melotti <ezio.melotti@gmail.com>
Sat, 30 Jul 2011 18:31:22 +0000 (21:31 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Sat, 30 Jul 2011 18:31:22 +0000 (21:31 +0300)
Doc/reference/expressions.rst

index b54bfd0daf2e37a1932fd43ecb245356e6c32ad6..e2cc80daa6ecb2b110cee6716365a43f9b293942 100644 (file)
@@ -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*.