[Python-checkins] cpython (2.7): #12531: Fix spaces.

ezio.melotti python-checkins at python.org
Sat Jul 30 20:31:37 CEST 2011


http://hg.python.org/cpython/rev/952e83a8bc78
changeset: 71643:952e83a8bc78
branch: 2.7
parent: 71637:402f94edf11b
user: Ezio Melotti <ezio.melotti at 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


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /