[Python-checkins] cpython (3.2): #12531: Fix spaces and markup.

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


http://hg.python.org/cpython/rev/8862ec62f9ee
changeset:   71641:8862ec62f9ee
branch:      3.2
parent:      71634:99e9816b7d8b
user:        Ezio Melotti <ezio.melotti at 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


More information about the Python-checkins mailing list